Skip to content

Commit 37ab4aa

Browse files
committed
Fixed code formatting
1 parent 3a111cf commit 37ab4aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ur_robot_driver/src/hardware_interface.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,8 +1215,10 @@ hardware_interface::return_type URPositionHardwareInterface::prepare_command_mod
12151215
})) {
12161216
if ((version_info_.major == 5 && version_info_.minor < 23) ||
12171217
(version_info_.major == 10 && version_info_.minor < 10) || version_info_.major < 5) {
1218-
RCLCPP_ERROR(rclcpp::get_logger("URPositionHardwareInterface"), "Requested to use effort interface on a robot version that doesn't support it. Torque "
1219-
"control is available from robot software 5.23.0 / 10.10.0 on.");
1218+
RCLCPP_ERROR(rclcpp::get_logger("URPositionHardwareInterface"), "Requested to use effort interface on a robot "
1219+
"version that doesn't support it. Torque "
1220+
"control is available from robot software 5.23.0 "
1221+
"/ 10.10.0 on.");
12201222
return hardware_interface::return_type::ERROR;
12211223
}
12221224
}

0 commit comments

Comments
 (0)