forked from coincar-sim/simulation_management_ros_tool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
35 lines (29 loc) · 1.09 KB
/
package.xml
File metadata and controls
35 lines (29 loc) · 1.09 KB
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
<package format="2">
<name>simulation_management_ros_tool</name>
<version>1.1.0</version>
<description>Core of coincar-sim</description>
<license>BSD</license>
<maintainer email="maximilian.naumann@kit.edu">Maximilian Naumann</maintainer>
<author email="maximilian.naumann@kit.edu">Maximilian Naumann</author>
<!-- ROS dependencies -->
<buildtool_depend>catkin</buildtool_depend>
<build_depend>mrt_cmake_modules</build_depend>
<exec_depend>message_runtime</exec_depend>
<test_depend>rostest</test_depend>
<build_depend>roscpp</build_depend>
<depend>roslib</depend>
<depend>nodelet</depend>
<depend>dynamic_reconfigure</depend>
<depend>rosinterface_handler</depend>
<depend>tf2_ros</depend>
<depend>tf2_geometry_msgs</depend>
<depend>eigen_conversions</depend>
<depend>automated_driving_msgs</depend>
<depend>simulation_only_msgs</depend>
<depend>util_geo_coordinates_ros</depend>
<depend>util_geometry_msgs</depend>
<depend>util_simulation_only_msgs</depend>
<!-- non-ROS dependencies -->
<test_depend>gtest</test_depend>
<depend>eigen</depend>
</package>