-
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.16' of 'upstream'
- Loading branch information
Showing
151 changed files
with
2,576 additions
and
2,707 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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,5 +1,4 @@ | ||
# More info: | ||
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners | ||
|
||
* @adityapande-1995 | ||
* @ahcorde | ||
* @chapulina |
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 |
---|---|---|
|
@@ -9,20 +9,14 @@ 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) | [gazebo packages](https://gazebosim.org/docs/harmonic/ros_installation#-gazebo-harmonic-with-ros-2-humble-iron-or-rolling-use-with-caution-)[^1] | ||
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 | ||
Jazzy* | Garden | [ros2](https://github.com/gazebosim/ros_gz/tree/ros2) | only from source | ||
Jazzy* | Harmonic | [ros2](https://github.com/gazebosim/ros_gz/tree/ros2) | https://packages.ros.org | ||
Rolling | Fortress | [humble](https://github.com/gazebosim/ros_gz/tree/humble) | https://packages.ros.org | ||
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. | ||
|
||
* ROS 2 Jazzy Jalisco is slated for release on May 23rd, 2024. [Full ROS 2 release information is available in REP-2000.] | ||
|
||
For information on ROS(1) and Gazebo compatibility, refer to the [noetic branch README](https://github.com/gazebosim/ros_gz/tree/noetic) | ||
For information on ROS 2 and Gazebo compatibility, refer to the [melodic branch README](https://github.com/gazebosim/ros_gz/tree/melodic) | ||
|
||
> Please [ticket an issue](https://github.com/gazebosim/ros_gz/issues/) if you'd like support to be added for some combination. | ||
|
@@ -61,11 +55,11 @@ This repository holds packages that provide integration between | |
|
||
## Install | ||
|
||
This branch supports ROS Rolling. See above for other ROS versions. | ||
This branch supports ROS Humble. See above for other ROS versions. | ||
|
||
### Binaries | ||
|
||
Rolling 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 | ||
|
@@ -76,14 +70,14 @@ They are hosted at https://packages.ros.org. | |
|
||
1. Install `ros_gz` | ||
|
||
sudo apt install ros-rolling-ros-gz | ||
sudo apt install ros-humble-ros-gz | ||
|
||
### From source | ||
|
||
#### ROS | ||
|
||
Be sure you've installed | ||
[ROS Rolling](https://index.ros.org/doc/ros2/Installation/) | ||
[ROS Humble](https://docs.ros.org/en/humble/Installation.html) | ||
(at least ROS-Base). More ROS dependencies will be installed below. | ||
|
||
#### Gazebo | ||
|
@@ -109,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): | ||
|
@@ -136,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
Binary file not shown.
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,46 +2,23 @@ | |
Changelog for package ros_gz | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
1.0.1 (2024-07-03) | ||
------------------ | ||
* Prepare for 1.0.0 Release (`#495 <https://github.com/gazebosim/ros_gz//issues/495>`_) | ||
* 0.244.14 | ||
* Changelog | ||
* 0.244.13 | ||
* Changelog | ||
* 0.244.12 | ||
* Changelog | ||
* 0.246.0 | ||
* Update changelogs | ||
* Port: humble to ros2 (`#386 <https://github.com/gazebosim/ros_gz//issues/386>`_) | ||
* Merge branch 'humble' into mjcarroll/humble_to_ros2 | ||
* Update maintainers (`#376 <https://github.com/gazebosim/ros_gz//issues/376>`_) | ||
* Humble ➡️ ROS2 (`#323 <https://github.com/gazebosim/ros_gz//issues/323>`_) | ||
Humble ➡️ ROS2 | ||
* Merge branch 'humble' into ports/humble_to_ros2 | ||
* 0.245.0 | ||
* Changelog | ||
* humble to ros2 (`#311 <https://github.com/gazebosim/ros_gz//issues/311>`_) | ||
Co-authored-by: Michael Carroll <[email protected]> | ||
* Merge remote-tracking branch 'origin/humble' into ahcorde/humble_to_ros2 | ||
* Contributors: Addisu Z. Taddese, Aditya Pande, Alejandro Hernández Cordero, Jose Luis Rivero, Michael Carroll, ahcorde | ||
|
||
1.0.0 (2024-04-24) | ||
------------------ | ||
0.244.16 (2024-07-22) | ||
--------------------- | ||
|
||
0.246.0 (2023-08-31) | ||
-------------------- | ||
* Port: humble to ros2 (`#386 <https://github.com/gazebosim/ros_gz/issues/386>`_) | ||
* Update maintainers (`#376 <https://github.com/gazebosim/ros_gz/issues/376>`_) | ||
* Humble ➡️ ROS2 (`#323 <https://github.com/gazebosim/ros_gz/issues/323>`_) | ||
* Contributors: Aditya Pande, Alejandro Hernández Cordero, Michael Carroll, ahcorde | ||
0.244.15 (2024-07-03) | ||
--------------------- | ||
|
||
0.245.0 (2022-10-12) | ||
-------------------- | ||
* humble to ros2 (`#311 <https://github.com/gazebosim/ros_gz/issues/311>`_) | ||
Co-authored-by: Michael Carroll <[email protected]> | ||
* Merge remote-tracking branch 'origin/humble' into ahcorde/humble_to_ros2 | ||
* Contributors: Alejandro Hernández Cordero, ahcorde | ||
0.244.14 (2024-04-08) | ||
--------------------- | ||
|
||
0.244.13 (2024-01-23) | ||
--------------------- | ||
|
||
0.244.12 (2023-12-13) | ||
--------------------- | ||
|
||
0.244.11 (2023-05-23) | ||
--------------------- | ||
|
||
0.244.10 (2023-05-03) | ||
--------------------- | ||
|
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,14 +4,11 @@ | |
<!-- TODO: Make this a metapackage, see | ||
https://github.com/ros2/ros2/issues/408 --> | ||
<name>ros_gz</name> | ||
<version>1.0.1</version> | ||
<version>0.244.16</version> | ||
<description>Meta-package containing interfaces for using ROS 2 with <a href="https://gazebosim.org">Gazebo</a> simulation.</description> | ||
<maintainer email="[email protected]">Aditya Pande</maintainer> | ||
<maintainer email="[email protected]">Alejandro Hernandez</maintainer> | ||
<maintainer email="[email protected]">Louise Poubel</maintainer> | ||
<license>Apache 2.0</license> | ||
|
||
<author>Louise Poubel</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
<exec_depend>ros_gz_bridge</exec_depend> | ||
|
Oops, something went wrong.