moveit_task_constructor/visualization/package.xml
Robert Haschke 7666f73e04
Simplify formatting code with https://github.com/fmtlib (#499)
* Simplify formatting code with https://github.com/fmtlib
* Update to clang-format-12
2024-05-25 19:12:42 +02:00

30 lines
992 B
XML

<package format="2">
<name>moveit_task_constructor_visualization</name>
<version>0.1.3</version>
<description>Visualization tools for MoveIt Task Pipeline</description>
<license>BSD</license>
<author email="rhaschke@techfak.uni-bielefeld.de">Robert Haschke</author>
<maintainer email="rhaschke@techfak.uni-bielefeld.de">Robert Haschke</maintainer>
<maintainer email="me@v4hn.de">Michael Goerner</maintainer>
<buildtool_depend>catkin</buildtool_depend>
<depend>fmt</depend>
<build_depend>qtbase5-dev</build_depend>
<depend>moveit_core</depend>
<depend>moveit_task_constructor_msgs</depend>
<depend>moveit_task_constructor_core</depend>
<depend>moveit_ros_visualization</depend>
<depend>roscpp</depend>
<depend>rviz</depend>
<test_depend>rosunit</test_depend>
<test_depend>rostest</test_depend>
<test_depend>moveit_resources_fanuc_moveit_config</test_depend>
<export>
<rviz plugin="${prefix}/motion_planning_tasks_rviz_plugin_description.xml"/>
</export>
</package>