Open Dorianproject opened 5 months ago
Which version of gazebo are you using? I had this issue, cause I did not install gazebo.
I installed gazebo fortress(ROS installation) and then rebooted the machine and tried again. That fixed my problem.
Or you can directly install ros2-control from binary using apt install ros-humble-ign-ros2-control
instead of building from source as shown in the documents.
If you installed gazebo11 through the gazebo11-gz-cli ppa then you will need to remove it with sudo add-apt-repository --remove ppa:openrobotics/gazebo11-gz-cli
Update your lists:
sudo apt update
And then install this version of the gazebo11 library
sudo apt install libgazebo11=11.10.2+dfsg-1
From there rosdep install -r --from-paths . --ignore-src --rosdistro $ROS_DISTRO -y
should install the rest of the dependencies for you.
Atleast all of this worked for me.
I cant build the gz_ros2_control pkg. I get these errors:
Also on there git it says there is no humble version for gz_sim_vendor etc. so why is it in the guide?