Skip to content

Commit

Permalink
Fix dependency and tests
Browse files Browse the repository at this point in the history
Since we now use the scaled JTC we have to depend on ur_controllers
and make sure the tests use the scaled JTC.
  • Loading branch information
fmauch committed Oct 15, 2024
1 parent a15a271 commit 81f488d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ur_simulation_gz/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<exec_depend>ros_gz_bridge</exec_depend>
<exec_depend>ros_gz_sim</exec_depend>
<exec_depend>rviz2</exec_depend>
<exec_depend>ur_controllers</exec_depend>
<exec_depend>ur_description</exec_depend>
<exec_depend>ur_moveit_config</exec_depend>
<exec_depend>urdf</exec_depend>
Expand Down
2 changes: 1 addition & 1 deletion ur_simulation_gz/test/test_gz.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def tearDownClass(cls):
def init_robot(self):
self._follow_joint_trajectory = ActionInterface(
self.node,
"/joint_trajectory_controller/follow_joint_trajectory",
"/scaled_joint_trajectory_controller/follow_joint_trajectory",
FollowJointTrajectory,
)
# TODO: Replace this timeout with a proper check whether the robot is initialized
Expand Down

0 comments on commit 81f488d

Please sign in to comment.