-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package.xml for gazebo and description packages
Related to space-ros/space-ros#178 - Update package.xml for canadarm2 packages - Update package.xml for curiosity_rover packages
- Loading branch information
1 parent
ad3f0d1
commit f64c755
Showing
4 changed files
with
10 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<package format="3"> | ||
<name>canadarm_demo</name> | ||
<version>1.0.0</version> | ||
<description>TODO: Package description</description> | ||
<description>CanadArm2 Control demo using SpaceROS</description> | ||
<maintainer email="[email protected]">root</maintainer> | ||
<license>TODO: License declaration</license> | ||
|
||
|
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 |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>canadarm_description</name> | ||
<version>0.0.0</version> | ||
<description>TODO: Package description</description> | ||
<version>1.0.0</version> | ||
<description>Simulation Description for Canadarm2</description> | ||
<maintainer email="[email protected]">franklinselva</maintainer> | ||
<license>TODO: License declaration</license> | ||
<license>GPL</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
|
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 |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>curiosity_description</name> | ||
<version>0.0.0</version> | ||
<description>TODO: Package description</description> | ||
<version>1.0.0</version> | ||
<description>Simulation description for Curiosity Mars Rover</description> | ||
<maintainer email="[email protected]">franklinselva</maintainer> | ||
<license>TODO: License declaration</license> | ||
<license>GPL</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
|
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 |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>curiosity_gazebo</name> | ||
<version>0.0.0</version> | ||
<description>TODO: Package description</description> | ||
<version>0.1.0</version> | ||
<description>Gazebo worlds and ROS2 launch descriptions for Curiosity Mars Demo</description> | ||
<maintainer email="[email protected]">franklinselva</maintainer> | ||
<license>TODO: License declaration</license> | ||
<license>GPL</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
|