forked from moveit/moveit_visual_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
33 lines (26 loc) · 1.07 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
<?xml version="1.0"?>
<package format="2">
<name>moveit_visual_tools</name>
<version>3.6.1</version>
<description>Helper functions for displaying and debugging MoveIt data in Rviz via published markers</description>
<maintainer email="[email protected]">Dave Coleman</maintainer>
<license>BSD</license>
<url type="website">https://github.com/ros-planning/moveit_visual_tools</url>
<url type="bugtracker">https://github.com/ros-planning/moveit_visual_tools/issues</url>
<url type="repository">https://github.com/ros-planning/moveit_visual_tools/</url>
<author email="[email protected]">Dave Coleman</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>rviz_visual_tools</depend>
<depend>tf2_eigen</depend>
<depend>geometry_msgs</depend>
<depend>moveit_ros_planning</depend>
<depend>moveit_core</depend>
<depend>roscpp</depend>
<depend>tf2_ros</depend>
<depend>visualization_msgs</depend>
<depend>graph_msgs</depend>
<depend>std_msgs</depend>
<depend>trajectory_msgs</depend>
<depend>roslint</depend>
<depend>cmake_modules</depend>
</package>