forked from VladimirIvan/ridgeback_simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8cbc769
commit 640eb58
Showing
18 changed files
with
659 additions
and
1,384 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
4 changes: 2 additions & 2 deletions
4
jackal_gazebo/CMakeLists.txt → ridgeback_gazebo/CMakeLists.txt
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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,24 +1,24 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<name>jackal_gazebo</name> | ||
<name>ridgeback_gazebo</name> | ||
<version>0.3.0</version> | ||
<description>Launchfiles to use Jackal in Gazebo.</description> | ||
<description>Launchfiles to use Ridgeback in Gazebo.</description> | ||
|
||
<maintainer email="[email protected]">Mike Purvis</maintainer> | ||
<author>Mike Purvis</author> | ||
|
||
<license>BSD</license> | ||
|
||
<url type="website">http://wiki.ros.org/jackal_gazebo</url> | ||
<url type="website">http://wiki.ros.org/ridgeback_gazebo</url> | ||
|
||
<buildtool_depend>catkin</buildtool_depend> | ||
<build_depend>roslaunch</build_depend> | ||
<run_depend>gazebo_ros</run_depend> | ||
<run_depend>gazebo_ros_control</run_depend> | ||
<run_depend>gazebo_plugins</run_depend> | ||
<run_depend>hector_gazebo_plugins</run_depend> | ||
<run_depend version_gte="0.5">jackal_control</run_depend> | ||
<run_depend version_gte="0.5">jackal_description</run_depend> | ||
<run_depend version_gte="0.5">ridgeback_control</run_depend> | ||
<run_depend version_gte="0.5">ridgeback_description</run_depend> | ||
|
||
<export> | ||
<gazebo_ros gazebo_media_path="${prefix}"/> | ||
|
Oops, something went wrong.