Skip to content

Commit 7c72f7e

Browse files
author
Felix Durchdewald
committed
fix format errors
1 parent 7f10ece commit 7c72f7e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

ur_robot_driver/include/ur_robot_driver/robot_state_helper.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ class RobotStateHelper
6969
};
7070
} // namespace ur_robot_driver
7171

72-
#endif // UR_ROBOT_DRIVER__ROBOT_STATE_HELPER_HPP_
72+
#endif // UR_ROBOT_DRIVER__ROBOT_STATE_HELPER_HPP_

ur_robot_driver/launch/ur_control.launch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ def launch_setup(context, *args, **kwargs):
243243
output="screen",
244244
)
245245

246-
247246
tool_communication_node = Node(
248247
package="ur_robot_driver",
249248
condition=IfCondition(use_tool_communication),

ur_robot_driver/src/robot_state_helper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,4 +284,4 @@ RobotStateHelper::setModeCancelCallback(const std::shared_ptr<RobotStateHelper::
284284
return rclcpp_action::CancelResponse::REJECT;
285285
}
286286

287-
} // namespace ur_robot_driver
287+
} // namespace ur_robot_driver

0 commit comments

Comments
 (0)