-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
37 lines (30 loc) · 1.19 KB
/
package.xml
File metadata and controls
37 lines (30 loc) · 1.19 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
36
37
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>crazy_controller</name>
<version>0.0.0</version>
<description>Simplified controller for time trial racing</description>
<!-- 원 패키지 메타데이터를 반영 -->
<maintainer email="nicolas.baumann@pbl.ee.ethz.ch">ForzaETH</maintainer>
<license>MIT</license>
<!-- build tool -->
<buildtool_depend>ament_cmake</buildtool_depend>
<!-- run/compile deps (C++ 포트에서 실제 사용하는 것들) -->
<depend>rclcpp</depend>
<depend>rcl_interfaces</depend>
<depend>ackermann_msgs</depend>
<depend>ae_hyu_msgs</depend>
<depend>nav_msgs</depend>
<depend>sensor_msgs</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>yaml-cpp</depend>
<depend>tf2_ros</depend>
<!-- Eigen3 CMake 모듈/패키지 (환경에 따라 eigen 또는 eigen3_cmake_module가 필요할 수 있음) -->
<depend>eigen</depend>
<!-- 런치 사용 시 -->
<exec_depend>ros2launch</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>