Skip to content

Commit 5c09107

Browse files
committed
Code formatting
1 parent dc8b203 commit 5c09107

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

ur_robot_driver/src/trajectory_until_node.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ TrajectoryUntilNode::TrajectoryUntilNode(const rclcpp::NodeOptions& options)
7272
// Initialize a trajectory action client, to a generic action that does not exist. This is remapped via ros-args when
7373
// launching the node
7474
trajectory_action_client_ = rclcpp_action::create_client<FollowJointTrajectory>(this,
75-
motion_controller +
76-
"/follow_joint_"
77-
"trajectory",
75+
motion_controller + "/follow_joint_"
76+
"trajectory",
7877
clients_callback_group);
7978

8079
// Create action server to advertise the "/trajectory_until_node/execute"

ur_robot_driver/test/integration_test_trajectory_until.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ def setUp(self):
105105
# Tests
106106
#
107107

108-
def test_trajectory_with_tool_contact_no_trigger_succeeds(self, tf_prefix, initial_joint_controller):
108+
def test_trajectory_with_tool_contact_no_trigger_succeeds(
109+
self, tf_prefix, initial_joint_controller
110+
):
109111
self._controller_manager_interface.wait_for_controller(initial_joint_controller)
110112
self.assertTrue(
111113
self._controller_manager_interface.switch_controller(

0 commit comments

Comments
 (0)