-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.xml
More file actions
25 lines (23 loc) · 906 Bytes
/
package.xml
File metadata and controls
25 lines (23 loc) · 906 Bytes
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
<?xml version="1.0"?>
<package format="2">
<name>mpc_local_planner</name>
<version>0.0.0</version>
<description>mpc for a autonomous car</description>
<maintainer email="torbras@stud.ntnu.no">Tor Børve Rasmussen</maintainer>
<license>MIT</license>
<url type="gitlab">https://gitlab.stud.iie.ntnu.no/fuelfighter/autonomous/planning-control/mpc_local_planner</url>
<url type="github">https://github.com/TorBorve/mpc_local_planner</url>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<depend>rclcpp</depend>
<build_depend>nav_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_export_depend>nav_msgs</build_export_depend>
<build_export_depend>std_msgs</build_export_depend>
<exec_depend>nav_msgs</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>ros2launch</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>