File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1398,7 +1398,6 @@ hardware_interface::return_type URPositionHardwareInterface::perform_command_mod
13981398 }
13991399 if (stop_modes_[0 ].size () != 0 && std::find (stop_modes_[0 ].begin (), stop_modes_[0 ].end (),
14001400 StoppingInterface::STOP_PASSTHROUGH) != stop_modes_[0 ].end ()) {
1401- RCLCPP_WARN (get_logger (), " Stopping passthrough trajectory controller." );
14021401 passthrough_trajectory_controller_running_ = false ;
14031402 passthrough_trajectory_abort_ = 1.0 ;
14041403 trajectory_joint_positions_.clear ();
@@ -1417,8 +1416,6 @@ hardware_interface::return_type URPositionHardwareInterface::perform_command_mod
14171416 resetMoprimCmdInterfaces ();
14181417 current_moprim_execution_status_ = MoprimExecutionState::IDLE;
14191418 ready_for_new_moprim_ = false ;
1420-
1421- RCLCPP_INFO (get_logger (), " Motion primitives mode stopped." );
14221419 }
14231420 if (stop_modes_.size () != 0 && std::find (stop_modes_[0 ].begin (), stop_modes_[0 ].end (),
14241421 StoppingInterface::STOP_TOOL_CONTACT) != stop_modes_[0 ].end ()) {
You can’t perform that action at this time.
0 commit comments