Replies: 1 comment
-
This post is unrelated to Open-RMF, so I'll be closing it as off-topic. If you're having trouble with instructions that came from another repo, I recommend contacting the maintainers of that repo for help on the matter.
This suggests the repo that you're using is out of date since |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am really new to robotics so I was following this tutorial on how to install Gazebo for ROS2 Jazzy: https://github.com/husarion/rosbot_ros/tree/jazzy I get an error during rosdep install. The whole installation process is described below. I want to know how to fix the error I get and how to successfully install Gazebo with the husarion rosbot.
So it looked like this:
I already have ros2_ws directory so I did this:
Since I want to build and run Gazebo simulation, I skipped the hardware part. Then I installed the Gazebo Harmonic version compatible with ROS2 Jazzy following the guide on the official Gazebo site: https://gazebosim.org/docs/harmonic/install_ubuntu/ I put the following line in the .bashrc file and sourced it.
export GZ_VERSION=harmonic
For building I did this:
However, I get an error when executing the following lines:
It says this:
Beta Was this translation helpful? Give feedback.
All reactions