Skip to content
Permalink
35e3ec84ee
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
27 lines (21 sloc) 775 Bytes
<?xml version="1.0"?>
<package>
<name>vesc</name>
<version>0.0.1</version>
<description>
Metapackage for ROS interface to the Vedder VESC open source motor controller.
</description>
<maintainer email="boulet@ll.mit.edu">Michael T. Boulet</maintainer>
<author email="boulet@ll.mit.edu">Michael T. Boulet</author>
<license>BSD</license>
<url type="website">http://www.ros.org/wiki/vesc</url>
<url type="repository">https://github.mit.edu/racecar/vesc</url>
<url type="bugtracker">https://github.mit.edu/racecar/vesc/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<run_depend>vesc_driver</run_depend>
<run_depend>vesc_msgs</run_depend>
<run_depend>vesc_ackermann</run_depend>
<export>
<metapackage/>
</export>
</package>