This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
intelligent_robotics_hw1/package.xml

23 lines
791 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>ros2_turtlesim_shapes</name>
<version>0.0.0</version>
<description>Simple package to draw an ellipse with ROS turtle.</description>
<maintainer email="mail@diogo.site">Diogo Peralta Cordeiro</maintainer>
<license>DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE</license>
<depend>rclpy</depend>
<depend>std_msgs</depend>
<exec_depend>ros2launch</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>