Files
mmwave_ti_ros/autonomous_robotics_ros/navigation/fake_localization/package.xml
Yogesh Siraswar 33b26c8afe Initial version baselined from ITB 4.5.1
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2020-11-30 15:24:10 -06:00

32 lines
1.1 KiB
XML

<package>
<name>fake_localization</name>
<version>1.14.2</version>
<description>A ROS node that simply forwards odometry information.</description>
<author>Ioan A. Sucan</author>
<author>contradict@gmail.com</author>
<maintainer email="davidvlu@gmail.com">David V. Lu!!</maintainer>
<maintainer email="mferguson@fetchrobotics.com">Michael Ferguson</maintainer>
<license>BSD</license>
<url>http://wiki.ros.org/fake_localization</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>angles</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>rosconsole</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>tf</build_depend>
<build_depend>message_filters</build_depend>
<build_depend>rospy</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>rosconsole</run_depend>
<run_depend>nav_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>tf</run_depend>
<run_depend>message_filters</run_depend>
<run_depend>rospy</run_depend>
</package>