20 lines
656 B
XML
Executable File
20 lines
656 B
XML
Executable File
<?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>xr_rm_bringup</name>
|
|
<version>0.1.0</version>
|
|
<description>Launch and configuration package for XR RealMan teleoperation.</description>
|
|
<maintainer email="user@example.com">Yikai Fu</maintainer>
|
|
<license>Apache-2.0</license>
|
|
|
|
<buildtool_depend>ament_cmake</buildtool_depend>
|
|
|
|
<exec_depend>xr_rm_input</exec_depend>
|
|
<exec_depend>xr_rm_teleop</exec_depend>
|
|
<exec_depend>python3-tk</exec_depend>
|
|
|
|
<export>
|
|
<build_type>ament_cmake</build_type>
|
|
</export>
|
|
</package>
|