You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rolling | Fortress | [humble](https://github.com/gazebosim/ros_gz/tree/humble) | https://packages.ros.org
14
18
Rolling | Garden | [ros2](https://github.com/gazebosim/ros_gz/tree/ros2) | only from source
15
19
Rolling | Harmonic | [ros2](https://github.com/gazebosim/ros_gz/tree/ros2) | only from source
16
20
17
21
[^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.
18
22
19
-
For information on ROS 2 and Gazebo compatibility, refer to the [melodic branch README](https://github.com/gazebosim/ros_gz/tree/melodic)
23
+
* ROS 2 Jazzy Jalisco is slated for release on May 23rd, 2024. [Full ROS 2 release information is available in REP-2000.]
24
+
25
+
For information on ROS(1) and Gazebo compatibility, refer to the [noetic branch README](https://github.com/gazebosim/ros_gz/tree/noetic)
20
26
21
27
> Please [ticket an issue](https://github.com/gazebosim/ros_gz/issues/) if you'd like support to be added for some combination.
22
28
@@ -55,11 +61,11 @@ This repository holds packages that provide integration between
55
61
56
62
## Install
57
63
58
-
This branch supports ROS Humble. See above for other ROS versions.
64
+
This branch supports ROS Rolling. See above for other ROS versions.
59
65
60
66
### Binaries
61
67
62
-
Humble binaries are available for Fortress.
68
+
Rolling binaries are available for Fortress.
63
69
They are hosted at https://packages.ros.org.
64
70
65
71
1. Add https://packages.ros.org
@@ -70,14 +76,14 @@ They are hosted at https://packages.ros.org.
1. Install dependencies (this may also install Gazebo):
@@ -130,22 +136,6 @@ The following steps are for Linux and OSX.
130
136
> 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
131
137
> the number of processors used to build a single package.
132
138
133
-
If `colcon build` fails with [this issue](https://github.com/gazebosim/ros_gz/issues/401)
134
-
135
-
```
136
-
CMake Error at CMakeLists.txt:81 (find_package):
137
-
By not providing "Findactuator_msgs.cmake" in CMAKE_MODULE_PATH this
138
-
project has asked CMake to find a package configuration file provided by
Copy file name to clipboardexpand all lines: README_RENAME.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This allows users to do either of these and get equivalent behavior:
7
7
8
8
```bash
9
9
ros2 run ros_gz parameter_bridge [...]
10
-
ros2 run ros_ign parameter_bridge [...] # Will emit deprecation warning
10
+
ros2 run ros_gz parameter_bridge [...] # Will emit deprecation warning
11
11
```
12
12
13
13
Additionally, installed files like launch files, message interfaces etc. are **duplicated** versions of the ones in `ros_gz` (but renamed as appropriate), and point to `ros_gz` dependencies as well (e.g. launch files pointing to `ros_gz` nodes.)
0 commit comments