File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1033,8 +1033,8 @@ hardware_interface::return_type URPositionHardwareInterface::prepare_command_mod
10331033 return (item == hardware_interface::HW_IF_VELOCITY || item == hardware_interface::HW_IF_POSITION);
10341034 }) ||
10351035 std::any_of (control_modes[0 ].begin (), control_modes[0 ].end (), [this ](auto & item) {
1036- return (item == hardware_interface::HW_IF_VELOCITY ||
1037- item == hardware_interface::HW_IF_POSITION || item == PASSTHROUGH_GPIO);
1036+ return (item == hardware_interface::HW_IF_VELOCITY || item == hardware_interface::HW_IF_POSITION ||
1037+ item == PASSTHROUGH_GPIO);
10381038 }))) {
10391039 RCLCPP_ERROR (get_logger (), " Attempting to start passthrough_trajectory control while there is either position or "
10401040 " velocity mode is running." );
You can’t perform that action at this time.
0 commit comments