forked from coincar-sim/sim_sample_communication_ros_tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
25 lines (22 loc) · 928 Bytes
/
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
<package format="2">
<name>sim_sample_communication_ros_tool</name>
<version>1.0.0</version>
<description>Sample communication module for a vehicle in the simulation framework.</description>
<license>BSD</license>
<maintainer email="[email protected]">Maximilian Naumann</maintainer>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>mrt_cmake_modules</build_depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<test_depend>gtest</test_depend>
<test_depend>rostest</test_depend>
<build_depend>roscpp</build_depend>
<depend>roslib</depend>
<depend>nodelet</depend>
<depend>topic_tools</depend>
<depend>dynamic_reconfigure</depend>
<depend>rosinterface_handler</depend>
<export>
<nodelet plugin="${prefix}/nodelet_plugins.xml" /><!-- Other tools can request additional information be placed here -->
</export>
</package>