-
Notifications
You must be signed in to change notification settings - Fork 5
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.13' of 'upstream'
- Loading branch information
Showing
35 changed files
with
312 additions
and
205 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 |
---|---|---|
|
@@ -9,9 +9,6 @@ Galactic | Fortress | [galactic](https://github.com/gazebosim/ros_gz/tree/galact | |
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) | [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 | ||
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 | ||
Iron | Harmonic | [humble](https://github.com/gazebosim/ros_gz/tree/iron) | 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 | ||
|
@@ -58,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 | ||
|
@@ -73,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 | ||
|
@@ -133,6 +130,22 @@ The following steps are for Linux and OSX. | |
> try building with `colcon build --parallel-workers=1 --executor sequential`. You might also have to set `export MAKEFLAGS="-j 1"` before running `colcon build` to limit | ||
> the number of processors used to build a single package. | ||
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.254.0</version> | ||
<version>0.244.13</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,32 +2,23 @@ | |
Changelog for package ros_gz_bridge | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.254.0 (2024-01-08) | ||
-------------------- | ||
* Backport: Add conversion for geometry_msgs/msg/TwistStamped <-> gz.msgs.Twist (`#468 <https://github.com/gazebosim/ros_gz/issues/468>`_) (`#471 <https://github.com/gazebosim/ros_gz/issues/471>`_) | ||
* Forward Port: 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>`_) | ||
* Contributors: Addisu Z. Taddese, Alejandro Hernández Cordero, Arjun K Haridas, wittenator | ||
0.244.13 (2024-01-23) | ||
--------------------- | ||
* backport pr 374 (`#489 <https://github.com/gazebosim/ros_gz/issues/489>`_) | ||
* populate imu covariances when converting (`#488 <https://github.com/gazebosim/ros_gz/issues/488>`_) | ||
* Contributors: El Jawad Alaa | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>ros_gz_bridge</name> | ||
<version>0.254.0</version> | ||
<version>0.244.13</version> | ||
<description>Bridge communication between ROS and Gazebo Transport</description> | ||
<maintainer email="[email protected]">Louise Poubel</maintainer> | ||
|
||
|
@@ -12,7 +12,6 @@ | |
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<buildtool_depend>pkg-config</buildtool_depend> | ||
<buildtool_depend>rosidl_pycommon</buildtool_depend> | ||
|
||
<depend>actuator_msgs</depend> | ||
<depend>geometry_msgs</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
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.