Skip to content

Commit 8c77224

Browse files
authored
Merge pull request #70 from Unity-Technologies/devin/niryo-package-fix
Hotfix: Fixing missed dependency name change in niryo_moveit package.xml
2 parents bc946b7 + 6f7c702 commit 8c77224

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • tutorials/pick_and_place/ROS/src/niryo_moveit

tutorials/pick_and_place/ROS/src/niryo_moveit/package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
<build_depend>rospy</build_depend>
1818
<build_depend>std_msgs</build_depend>
1919
<build_depend>geometry_msgs</build_depend>
20-
<build_depend>tcp_endpoint</build_depend>
20+
<build_depend>ros_tcp_endpoint</build_depend>
2121
<build_depend>moveit_msgs</build_depend>
2222
<build_depend>sensor_msgs</build_depend>
2323
<build_depend>controller_manager</build_depend>
2424
<build_depend>roslaunch</build_depend>
2525
<build_export_depend>rospy</build_export_depend>
2626
<build_export_depend>std_msgs</build_export_depend>
2727
<build_export_depend>geometry_msgs</build_export_depend>
28-
<build_export_depend>tcp_endpoint</build_export_depend>
28+
<build_export_depend>ros_tcp_endpoint</build_export_depend>
2929
<exec_depend>rospy</exec_depend>
3030
<exec_depend>std_msgs</exec_depend>
3131
<exec_depend>geometry_msgs</exec_depend>
32-
<exec_depend>tcp_endpoint</exec_depend>
32+
<exec_depend>ros_tcp_endpoint</exec_depend>
3333

3434
<!-- <run_depend>franka_description</run_depend> -->
3535
<exec_depend>moveit_ros_move_group</exec_depend>

0 commit comments

Comments
 (0)