浏览代码

Hotfix: Fixing missed dependency name change in niryo_moveit package.xml

/devin-main-fix
Devin Miller 4 年前
当前提交
1c5f1c63
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 6
      tutorials/pick_and_place/ROS/src/niryo_moveit/package.xml

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


<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>tcp_endpoint</build_depend>
<build_depend>ros_tcp_endpoint</build_depend>
<build_depend>moveit_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>controller_manager</build_depend>

<build_export_depend>geometry_msgs</build_export_depend>
<build_export_depend>tcp_endpoint</build_export_depend>
<build_export_depend>ros_tcp_endpoint</build_export_depend>
<exec_depend>tcp_endpoint</exec_depend>
<exec_depend>ros_tcp_endpoint</exec_depend>
<!-- <run_depend>franka_description</run_depend> -->
<exec_depend>moveit_ros_move_group</exec_depend>

正在加载...
取消
保存