-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.xml
50 lines (43 loc) · 2.11 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<package>
<name>mycobot_moveit</name>
<version>0.3.0</version>
<description>
An automatically generated package with all the configuration and launch files for using the firefighter with the MoveIt! Motion Planning Framework
</description>
<author email="[email protected]">nisshan_</author>
<maintainer email="[email protected]">nisshan_</maintainer>
<license>BSD</license>
<url type="website">http://moveit.ros.org/</url>
<url type="bugtracker">https://github.com/ros-planning/moveit/issues</url>
<url type="repository">https://github.com/ros-planning/moveit</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>controller_manager</build_depend>
<build_depend>hardware_interface</build_depend>
<build_depend>moveit_ros_planning_interface</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>transmission_interface</build_depend>
<run_depend>controller_manager</run_depend>
<run_depend>hardware_interface</run_depend>
<run_depend>joint_state_controller</run_depend>
<run_depend>joint_state_publisher_gui</run_depend>
<run_depend>joint_state_publisher</run_depend>
<run_depend>jsk_rviz_plugins</run_depend>
<run_depend>moveit_fake_controller_manager</run_depend>
<run_depend>moveit_kinematics</run_depend>
<run_depend>moveit_planners_ompl</run_depend>
<run_depend>moveit_ros_move_group</run_depend>
<run_depend>moveit_ros_planning_interface</run_depend>
<run_depend>moveit_ros_visualization</run_depend>
<run_depend>moveit_setup_assistant</run_depend>
<run_depend>mycobot_description</run_depend>
<!-- <run_depend>myCobotROS</run_depend> -->
<run_depend>position_controllers</run_depend>
<run_depend>robot_state_publisher</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>tf2_ros</run_depend>
<run_depend>transmission_interface</run_depend>
<!-- This package is referenced in the warehouse launch files, but does not build out of the box at the moment. Commented the dependency until this works. -->
<!-- <run_depend>warehouse_ros_mongo</run_depend> -->
<run_depend>xacro</run_depend>
</package>