We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e60326 commit a5efbb0Copy full SHA for a5efbb0
flexiv_hardware/src/flexiv_hardware_interface.cpp
@@ -199,8 +199,6 @@ hardware_interface::CallbackReturn FlexivHardwareInterface::on_activate(
199
{
200
RCLCPP_INFO(getLogger(), "Starting... please wait...");
201
202
- std::this_thread::sleep_for(std::chrono::seconds(1));
203
-
204
try {
205
// Clear fault on robot server if any
206
if (robot_->fault()) {
@@ -247,8 +245,6 @@ hardware_interface::CallbackReturn FlexivHardwareInterface::on_deactivate(
247
245
248
246
RCLCPP_INFO(getLogger(), "Stopping... please wait...");
249
250
251
252
robot_->Stop();
253
254
RCLCPP_INFO(getLogger(), "System successfully stopped!");
0 commit comments