-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package request: ros-humble-ros-gz #68
Comments
If you want to use gz-sim with robostack, pay attention that you may also hit the error: conda-forge/gz-sim-feedstock#6 . The fix for that is available at gazebosim/gz-sim#1968 . It is taking some time as it needs to be accepted upstream before being backported (as it introduces new ABI symbols), but hopefully we should be done with it soon(ish). |
Thanks for pointing me to this issues! I will have them monitor and see if there is any progress. |
Awesome to see progress on this front! It looks like I have some spare time available. Does it make sense to take a stab at adding the |
In general you can't mix homebrew and conda-forge packages, as they have different ABIs. Anyhow, even if conda-forge/gz-sim-feedstock#6 is present, probably you can work around it by manually copying |
A more tricky issue is that apparently the Humble version of ros-gz packages depend on Gazebo (Ignition) Fortress (see https://github.com/gazebosim/ros_gz). However, all relocatability work is going on Gazebo Garden. While it may be possible to have some simpler workaround/fix to solve conda-forge/gz-sim-feedstock#6, I am not sure if Gazebo Fortress packages work at all on macOS. Probably the easiest way to check is to first build from source ros-gz packages to check if they work. |
Is there an inherent requirement to support |
Fine for me (if it is ok for @@Tobias-Fischer) if you are able to do that, to be honest I tought it was difficult to override the metadata in the package.xml, but apparently there is an handy env variable to do so:https://github.com/gazebosim/ros_gz/blob/humble/ros_gz_bridge/package.xml#L30 . So probably you also need to add Garden packages to the rosdep keys in https://github.com/RoboStack/ros-humble/blob/main/robostack.yaml . |
Sounds good to me :) |
By the way, I can’t recall how exactly vinca parses the package.xml, and I’m not sure if it would respect the environment variables. In the past I’ve simply remapped within the robostack.yaml /conda.yaml to whichever gazebo version I want. Not nice but works. |
For anyone just monitoring this issue and not that one, the problems on gz-sim on Linux were solved some weeks ago, see conda-forge/gz-sim-feedstock#6 (comment) . |
Hi @traversaro - I am a bit lost when it comes to Gazebo support for ROS2. I'm happy to look into it, but would appreciate a bit of guidance. What is the overall status of Classic-Gazebo and Ignition-Gazebo both standalone and in conjunction with RoboStack/ROS2? Which version of Classic-Gazebo / Ignition-Gazebo should we use? We just got asked this in our Gitter: |
Ok, let's try to recap. Sorry for the complexity, hopefully it will go away in the long term. In the following I will refer to "Classic gazebo" to refer to the "old" Gazebo that has been developed from ~2004 and will be not be supported upstream anymore in 2025, and with "Modern gz-sim" for the modern simulator (that used to be called "Ignition Gazebo") that is being actively developed and it is recommended for new developments. Unfortunately, both are being called "Gazebo", so I prefer to avoid using just "Gazebo" as it is ambiguous. It is important to distinguish the two, as even if they share the possibilities of loading models in URDF and SDF formats, the API for their plugins is completely different, so effectively two different simulators. First of all, historically each version of ROS/ROS2 is associated to a corresponding release of both "Gazebo classic" and "Modern gz-sim". Using a different version may be working, but it is typically not supported in binary packages. For ROS2 Humble, the corresponding releases are:
Regarding robostack, it seems that |
Many thanks @traversaro! I’ll reopen here to keep track of the Windows issue. I guess it would be resolved if we move to a newer ROS2 distribution (e.g. Iron) which supports a newer Modern go-sim? |
Kind of. The packages for gz-sim on Windows on conda-forge are available and basic simulations are working, but the GUI still does not work, but that's an upstream issue (see gazebosim/gz-sim#2089). |
Package name
ros-humble-ros-gz
Operating System(s)
Additional context (optional)
Hi, I'm sorry if this is not the correct way of requesting the addition of a package, it's the first time I do this.
I have to compile a ROS2 workspace that has as a dependency ros-humble-ros-gz (and also ros-humble-gazebo-ros2-control, but this I will request in another issue) and when running
rosdep
, it cannot find the package.Is it possible to add it to RoboStack?
Thanks!
Links and references (optional)
The repository of the ros-gz package can be found here
The text was updated successfully, but these errors were encountered: