Skip to content

Commit ed53ddc

Browse files
committed
Code formatting
1 parent 9ec6565 commit ed53ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ur_robot_driver/src/hardware_interface.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.");

0 commit comments

Comments
 (0)