-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Format package.xml and CMakeLists.txt according to ros_control pkgs
- Loading branch information
1 parent
b78b932
commit 96d114e
Showing
2 changed files
with
31 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<?xml-model | ||
href="http://download.ros.org/schema/package_format3.xsd" | ||
schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>ackermann_steering_controller</name> | ||
<version>0.17.0</version> | ||
<description>Controller for a steer drive mobile base.</description> | ||
|
||
<maintainer email="[email protected]">Masaru Morita</maintainer> | ||
<maintainer email="[email protected]">Bence Magyar</maintainer> | ||
|
||
<license>BSD</license> | ||
|
||
<url type="bugtracker">https://github.com/ros-controls/ros_controllers/issues</url> | ||
<url type="repository">https://github.com/ros-controls/ros_controllers/ackermann_steering_controller</url> | ||
|
||
<author email="[email protected]">Masaru Morita</author> | ||
|
||
<buildtool_depend>catkin</buildtool_depend> | ||
|