Hi ,
I’m a beginner in ros and gazebo. I try to download gazebo in ubuntu 20.4 and ros2 I use is humble. I have below error when try to follow the tutorial. I try some way suggest on github but it not solve the issue. Could you guy give me the advice or solution to fix this issue please?
sudo apt -y install \
$(sort -u $(find . -iname 'packages-'`lsb_release -cs`'.apt' -o -iname 'packages.apt' | grep -v '/\.git/') | sed '/gz\|sdf/d' | tr '\n' ' ')
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libogre-next-2.3-dev
E: Couldn't find any package by glob 'libogre-next-2.3-dev'
Hello Jack, if I understand it correctly you are trying to install ROS 2 Humble on Ubuntu 20.04 (note, that as @peci1 mentioned this is a Tier 3 platform for ROS2) and would be important to mention which Gazebo release are you using and what tutorial are you following.
Given that you are having problems with libogre-next-2.3-dev package and the only release of Gazebo using is Gazebo Garden I assume that it is the one you are using. For Garden, according to the combinations available for Garden + Humble you will need to do a from source installation since the Gazebo supported by ROS 2 Humble packages from ROS 2 repositories is Gazebo Fortress.