File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ cmake_minimum_required (VERSION 3.5)
2+ project (plansys2_examples)
3+
4+ find_package (ament_cmake REQUIRED)
5+
6+ ament_package()
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3+ <package format =" 3" >
4+ <name >plansys2_examples</name >
5+ <version >3.0.0</version >
6+
7+ <description >ROS2 Planning System Examples</description >
8+
9+ <
maintainer email =
" [email protected] " >Francisco Martin Rico</
maintainer >
10+
11+ <license >Apache License, Version 2.0</license >
12+
13+ <buildtool_depend >ament_cmake</buildtool_depend >
14+
15+ <exec_depend >plansys2_bt_example</exec_depend >
16+ <exec_depend >plansys2_cascade_example</exec_depend >
17+ <exec_depend >plansys2_multidomain_example</exec_depend >
18+ <exec_depend >plansys2_patrol_navigation_example</exec_depend >
19+ <exec_depend >plansys2_simple_example</exec_depend >
20+ <exec_depend >plansys2_simple_example_py</exec_depend >
21+
22+ <export >
23+ <build_type >ament_cmake</build_type >
24+ </export >
25+
26+ </package >
You can’t perform that action at this time.
0 commit comments