-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support ros_ign migration and implement shims
Clean up shared libraries, and tick-tock RosGzPointCloud Tick-tock launch args Hard-tock ign_ in sources Migrate ign, ign_, IGN_ for sources, launch, and test files Migrate IGN_XXX_VER, IGN_T, header guards Migrate launchfile, launchfile args, and test source references Migrate ros_ign_XXX and gz_gazebo -> gz_sim Migrate ros_ign_XXX project names Migrate Ign, ign-, IGN_DEPS, ign-gazebo Migrate ignitionrobotics, ignitionrobotics/ros_ign, osrf/ros_ign Migrate ignition-version, IGNITION_VERSION, Ignition <LIB>, ros_ign_ci Signed-off-by: methylDragon <[email protected]>
- Loading branch information
1 parent
3a03f6d
commit 8cdfc2e
Showing
207 changed files
with
6,642 additions
and
2,666 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
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
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,10 +1,10 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package ros_ign | ||
Changelog for package ros_gz | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.244.3 (2022-05-19) | ||
-------------------- | ||
* [ros2] README updates (service bridge, Gazebo rename) (`#252 <https://github.com/osrf/ros_ign/issues/252>`_) | ||
* [ros2] README updates (service bridge, Gazebo rename) (`#252 <https://github.com/gazebosim/ros_gz/issues/252>`_) | ||
* Contributors: Louise Poubel | ||
|
||
0.244.2 (2022-04-25) | ||
|
@@ -29,10 +29,10 @@ Changelog for package ros_ign | |
|
||
0.221.0 (2020-07-23) | ||
-------------------- | ||
* Added ros_ign_gazebo to ros_ign package.xml (`#81 <https://github.com/osrf/ros_ign/issues/81>`_) | ||
* Update Dashing docs (`#62 <https://github.com/osrf/ros_ign/issues/62>`_) | ||
* Port ign_ros_gazebo_demos to ROS2 (`#58 <https://github.com/osrf/ros_ign/issues/58>`_) | ||
* Enable ROS2 CI for Dashing branch (`#43 <https://github.com/osrf/ros_ign/issues/43>`_) | ||
* Added ros_gz_sim to ros_gz package.xml (`#81 <https://github.com/gazebosim/ros_gz/issues/81>`_) | ||
* Update Dashing docs (`#62 <https://github.com/gazebosim/ros_gz/issues/62>`_) | ||
* Port ign_ros_gazebo_demos to ROS2 (`#58 <https://github.com/gazebosim/ros_gz/issues/58>`_) | ||
* Enable ROS2 CI for Dashing branch (`#43 <https://github.com/gazebosim/ros_gz/issues/43>`_) | ||
* Rename packages and fix compilation + tests | ||
* Move files ros1 -> ros | ||
* Contributors: Alejandro Hernández Cordero, Jose Luis Rivero, Louise Poubel, chapulina | ||
|
@@ -49,8 +49,8 @@ Changelog for package ros_ign | |
0.6.1 (2019-08-04) | ||
------------------ | ||
* Merge pull request `#35 <https://github.com/osrf/ros1_ign_bridge/issues/35>`_ from osrf/image_meta | ||
Add ros_ign_image to metapackage | ||
* Add ros_ign_image to metapackage | ||
Add ros_gz_image to metapackage | ||
* Add ros_gz_image to metapackage | ||
Signed-off-by: chapulina <[email protected]> | ||
typo | ||
Signed-off-by: chapulina <[email protected]> | ||
|
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,4 +1,4 @@ | ||
# ROS-Gazebo packages | ||
|
||
`ros_ign` is a metapackage that installs all packages integrating | ||
`ros_gz` is a metapackage that installs all packages integrating | ||
[ROS](http://www.ros.org/) and [Gazebo](https://gazebosim.org): |
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,9 +3,9 @@ | |
<package format="2"> | ||
<!-- TODO: Make this a metapackage, see | ||
https://github.com/ros2/ros2/issues/408 --> | ||
<name>ros_ign</name> | ||
<name>ros_gz</name> | ||
<version>0.244.3</version> | ||
<description>Meta-package containing interfaces for using ROS 2 with <a href="https://ignitionrobotics.org">Ignition</a> simulation.</description> | ||
<description>Meta-package containing interfaces for using ROS 2 with <a href="https://gazebosim.org">Gazebo</a> simulation.</description> | ||
<maintainer email="[email protected]">Louise Poubel</maintainer> | ||
<license>Apache 2.0</license> | ||
|
||
|
@@ -15,7 +15,7 @@ | |
<exec_depend>ros_ign_gazebo</exec_depend> | ||
<exec_depend>ros_ign_gazebo_demos</exec_depend> | ||
<exec_depend>ros_ign_image</exec_depend> | ||
<!-- See https://github.com/osrf/ros_ign/issues/40 --> | ||
<!-- See https://github.com/gazebosim/ros_gz/issues/40 --> | ||
<!--exec_depend>ros_ign_point_cloud</exec_depend--> | ||
|
||
<test_depend>ament_lint_auto</test_depend> | ||
|
Oops, something went wrong.