Migrate `env_manager`, `rbs_gym`, and `rbs_runtime` from ament_cmake to ament_python. Removed unnecessary files including .json and .yaml config files
18 lines
617 B
XML
18 lines
617 B
XML
<?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>rbs_runtime</name>
|
|
<version>0.0.0</version>
|
|
<description>TODO: Package description</description>
|
|
<maintainer email="ur.narmak@gmail.com">narmak</maintainer>
|
|
<license>Apache-2.0</license>
|
|
|
|
<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>
|