-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Imported upstream version '0.244.12' of 'upstream'
- Loading branch information
Showing
86 changed files
with
1,497 additions
and
1,065 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,12 +7,14 @@ Foxy | Edifice | [foxy](https://github.com/gazebosim/ros_gz/tree/foxy) | only fr | |
Galactic | Edifice | [galactic](https://github.com/gazebosim/ros_gz/tree/galactic) | https://packages.ros.org | ||
Galactic | Fortress | [galactic](https://github.com/gazebosim/ros_gz/tree/galactic) | only from source | ||
Humble | Fortress | [humble](https://github.com/gazebosim/ros_gz/tree/humble) | https://packages.ros.org | ||
Humble | Garden | [humble](https://github.com/gazebosim/ros_gz/tree/humble) | only from source | ||
Iron | Fortress | [humble](https://github.com/gazebosim/ros_gz/tree/iron) | https://packages.ros.org | ||
Iron | Garden | [humble](https://github.com/gazebosim/ros_gz/tree/iron) | only from source | ||
Humble | Garden | [humble](https://github.com/gazebosim/ros_gz/tree/humble) | [gazebo packages](https://gazebosim.org/docs/latest/ros_installation#gazebo-garden-with-ros-2-humble-iron-or-rolling-use-with-caution-)[^1] | ||
Humble | Harmonic | [humble](https://github.com/gazebosim/ros_gz/tree/humble) | only from source | ||
Rolling | Edifice | [ros2](https://github.com/gazebosim/ros_gz/tree/ros2) | only from source | ||
Rolling | Fortress | [ros2](https://github.com/gazebosim/ros_gz/tree/ros2) | https://packages.ros.org | ||
Rolling | Garden | [ros2](https://github.com/gazebosim/ros_gz/tree/ros2) | only from source | ||
Rolling | Harmonic | [ros2](https://github.com/gazebosim/ros_gz/tree/ros2) | only from source | ||
|
||
[^1]: Binaries for these pairings are provided from a the packages.osrfoundation.org repository. Refer to https://gazebosim.org/docs/latest/ros_installation for installation instructions. | ||
|
||
For information on ROS 2 and Gazebo compatibility, refer to the [melodic branch README](https://github.com/gazebosim/ros_gz/tree/melodic) | ||
|
||
|
@@ -53,11 +55,11 @@ This repository holds packages that provide integration between | |
|
||
## Install | ||
|
||
This branch supports ROS Iron. See above for other ROS versions. | ||
This branch supports ROS Humble. See above for other ROS versions. | ||
|
||
### Binaries | ||
|
||
Iron binaries are available for Fortress. | ||
Humble binaries are available for Fortress. | ||
They are hosted at https://packages.ros.org. | ||
|
||
1. Add https://packages.ros.org | ||
|
@@ -68,14 +70,14 @@ They are hosted at https://packages.ros.org. | |
|
||
1. Install `ros_gz` | ||
|
||
sudo apt install ros-iron-ros-gz | ||
sudo apt install ros-humble-ros-gz | ||
|
||
### From source | ||
|
||
#### ROS | ||
|
||
Be sure you've installed | ||
[ROS Iron](https://docs.ros.org/en/iron/Installation.html) | ||
[ROS Humble](https://docs.ros.org/en/humble/Installation.html) | ||
(at least ROS-Base). More ROS dependencies will be installed below. | ||
|
||
#### Gazebo | ||
|
@@ -85,7 +87,7 @@ Install either [Edifice, Fortress, or Garden](https://gazebosim.org/docs). | |
Set the `GZ_VERSION` environment variable to the Gazebo version you'd | ||
like to compile against. For example: | ||
|
||
export GZ_VERSION=edifice | ||
export GZ_VERSION=edifice # IMPORTANT: Replace with correct version | ||
|
||
> You only need to set this variable when compiling, not when running. | ||
|
@@ -101,7 +103,7 @@ The following steps are for Linux and OSX. | |
cd ~/ws/src | ||
# Download needed software | ||
git clone https://github.com/gazebosim/ros_gz.git -b ros2 | ||
git clone https://github.com/gazebosim/ros_gz.git -b humble | ||
``` | ||
1. Install dependencies (this may also install Gazebo): | ||
|
@@ -124,6 +126,22 @@ The following steps are for Linux and OSX. | |
colcon build | ||
``` | ||
If `colcon build` fails with [this issue](https://github.com/gazebosim/ros_gz/issues/401) | ||
``` | ||
CMake Error at CMakeLists.txt:81 (find_package): | ||
By not providing "Findactuator_msgs.cmake" in CMAKE_MODULE_PATH this | ||
project has asked CMake to find a package configuration file provided by | ||
"actuator_msgs", but CMake did not find one. | ||
``` | ||
```bash | ||
cd src | ||
git clone [email protected]:rudislabs/actuator_msgs.git | ||
cd ../ | ||
colcon build | ||
``` | ||
## ROSCon 2022 | ||
[![](img/video_img.png)](https://vimeo.com/showcase/9954564/video/767127300) | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<!-- TODO: Make this a metapackage, see | ||
https://github.com/ros2/ros2/issues/408 --> | ||
<name>ros_gz</name> | ||
<version>0.247.0</version> | ||
<version>0.244.12</version> | ||
<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> | ||
|
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,25 +2,17 @@ | |
Changelog for package ros_gz_bridge | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.247.0 (2023-11-02) | ||
-------------------- | ||
* Fix double wait in ros_gz_bridge (`#347 <https://github.com/gazebosim/ros_gz/issues/347>`_) (`#449 <https://github.com/gazebosim/ros_gz/issues/449>`_) | ||
Co-authored-by: ymd-stella <[email protected]> | ||
* [backport iron] SensorNoise msg bridging (`#417 <https://github.com/gazebosim/ros_gz/issues/417>`_) (`#425 <https://github.com/gazebosim/ros_gz/issues/425>`_) | ||
Co-authored-by: Aditya Pande <[email protected]> | ||
* Merge pull request `#420 <https://github.com/gazebosim/ros_gz/issues/420>`_ from gazebosim/ahcorde/iron/backport/411 | ||
[backport iron] Update README.md (`#411 <https://github.com/gazebosim/ros_gz/issues/411>`_) | ||
* Merge branch 'iron' into ahcorde/iron/backport/411 | ||
* [backport Iron] Added Altimeter msg bridging (`#413 <https://github.com/gazebosim/ros_gz/issues/413>`_) (`#414 <https://github.com/gazebosim/ros_gz/issues/414>`_) | ||
Co-authored-by: Aditya Pande <[email protected]> | ||
* Update README.md (`#411 <https://github.com/gazebosim/ros_gz/issues/411>`_) | ||
0.244.12 (2023-12-13) | ||
--------------------- | ||
* Backport: Add conversion for geometry_msgs/msg/TwistStamped <-> gz.msgs.Twist (`#468 <https://github.com/gazebosim/ros_gz/issues/468>`_) (`#470 <https://github.com/gazebosim/ros_gz/issues/470>`_) | ||
* Add support for Harmonic/Humble pairing (`#462 <https://github.com/gazebosim/ros_gz/issues/462>`_) | ||
* Added messages for 2D Bounding Boxes to ros_gz_bridge (`#458 <https://github.com/gazebosim/ros_gz/issues/458>`_) | ||
* Fix double wait in ros_gz_bridge (`#347 <https://github.com/gazebosim/ros_gz/issues/347>`_) (`#450 <https://github.com/gazebosim/ros_gz/issues/450>`_) | ||
* [backport humble] SensorNoise msg bridging (`#417 <https://github.com/gazebosim/ros_gz/issues/417>`_) | ||
* [backport humble] Added Altimeter msg bridging (`#413 <https://github.com/gazebosim/ros_gz/issues/413>`_) (`#414 <https://github.com/gazebosim/ros_gz/issues/414>`_) (`#426 <https://github.com/gazebosim/ros_gz/issues/426>`_) | ||
* [backport humble] Update README.md (`#411 <https://github.com/gazebosim/ros_gz/issues/411>`_) | ||
The ROS type for gz.msgs.NavSat messages should be **sensor_msgs/msg/NavSatFix** instead of **sensor_msgs/msg/NavSatFixed** | ||
* Contributors: Alejandro Hernández Cordero, Arjun K Haridas | ||
|
||
0.245.0 (2023-05-23) | ||
-------------------- | ||
* Backport: Add missing rosidl_cmake dep to ros_gz_bridge (`#391 <https://github.com/gazebosim/ros_gz/issues/391>`_) (`#396 <https://github.com/gazebosim/ros_gz/issues/396>`_) | ||
* Contributors: Michael Carroll, Yadu, Chris Lalancette | ||
* Contributors: Addisu Z. Taddese, Alejandro Hernández Cordero, Arjun K Haridas, wittenator | ||
|
||
0.244.11 (2023-05-23) | ||
--------------------- | ||
|
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
Oops, something went wrong.