gazebosim / gz-sim

Open source robotics simulator. The latest version of Gazebo.
https://gazebosim.org
Apache License 2.0
621 stars 251 forks source link

Binary installation on Ubuntu 24.04 doesn't seem to work #2390

Closed suren-atoyan closed 1 month ago

suren-atoyan commented 2 months ago

Environment

Description

I used the installation steps described here. Step sudo apt-get install gz-harmonic gives E: Unable to locate package gz-harmonic.

Steps to reproduce

  1. Fresh install of Ubuntu 24.04 and ROS2 Jazzy
  2. Installation steps of gazebo from here
  3. sudo apt install gz-harmonic
azeey commented 1 month ago

Ubuntu 24.04 just came out so we haven't built the binaries for it yet on packages.osrfoundation.org. It should be available in the coming few weeks. cc @j-rivero

If you're installing Jazzy, you can just install ros-jazzy-ros-gz and it will install Gazebo Harmonic from packages.ros.org via the gz vendor packages (documentation to come soon).

hikmetkara commented 1 month ago

Does binaries coming soon? We are still waiting sir.

mjcarroll commented 1 month ago

Does binaries coming soon? We are still waiting sir.

You can install the binaries from the ROS buildfarm as indicated above

sudo apt install ros-jazzy-ros-gz

j-rivero commented 1 month ago

https://community.gazebosim.org/t/gazebo-harmonic-packages-available-on-ubuntu-noble/2772

dp1140a commented 1 month ago

@mjcarroll Where is the ROS buildfarm?

I tried:

sudo sh -c 'echo "deb [arch=$(dpkg --print-architecture)] http://packages.ros.org/ros2/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/ros2-latest.list'
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -
sudo apt-get update
sudo apt install ros-jazzy-ros-gz
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package ros-jazzy-ros-gz