| 12345678910111213141516171819202122232425 |
- <?xml version="1.0"?>
- <package format="3">
- <name>person_approach_skill</name>
- <version>0.0.0</version>
- <description>Greeting vision skill for AI Agent</description>
- <maintainer email="sunrise@example.com">sunrise</maintainer>
- <license>Apache-2.0</license>
- <buildtool_depend>ament_python</buildtool_depend>
- <depend>rclpy</depend>
- <depend>std_msgs</depend>
- <exec_depend>launch</exec_depend>
- <exec_depend>launch_ros</exec_depend>
- <test_depend>ament_copyright</test_depend>
- <test_depend>ament_flake8</test_depend>
- <test_depend>ament_pep257</test_depend>
- <test_depend>python3-pytest</test_depend>
- <export>
- <build_type>ament_python</build_type>
- </export>
- </package>
|