am_i_up_ui/package.xml

21 lines
711 B
XML

<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>am_i_up_ui</name>
<version>0.0.1</version>
<description>TODO</description>
<license>MPL 2.0</license>
<author email="jpace121@gmail.com">James Pace</author>
<maintainer email="jpace121@gmail.com">James Pace</maintainer>
<buildtool_depend>ament_cmake</buildtool_depend>
<!-- TODO: Add deps for yarn here -->
<!-- TODO: None of the node installation stuff is documented -->
<depend>python3-aiohttp</depend>
<depend>python3-aiohttp-cors</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>