You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That it tries to find gazebo_ros2_control which is Gazebo classic meaning "Gazebo Classic is not released to Ubuntu Noble. As a consequence, gazebo_ros2_control won’t be released for Jazzy and Rolling anymore."
Is it possible to change this in the moveit installation?
The text was updated successfully, but these errors were encountered:
Jazzy is not yet supported by MoveIt, release and support progress is tracked here #2846.
Your issue is indeed caused by gazebo_ros2_control not being available as debian package anymore, and gz_ros2_control being the successor to switch to.
Also, this dependency is not a MoveIt dependency, more likely it is being installed by one of the tutorial resources. If you could track down which one that is and update the dependency, that would be very helpful for the migration. I'm closing this issue for now since it doesn't affect any of the supported distros.
Description
Overview of your issue here.
Your environment
Steps to reproduce
I followed the instructions to install ros2 jazzy.
Then I followed with instructions for moveit. Until building the workspace everything was fine.
Expected behaviour
Tell us what should happen
Actual behaviour
When i executed
I get the following error
Any help would be greatly appreciated.
Edit
I noticed when running
That it tries to find
gazebo_ros2_control
which is Gazebo classic meaning "Gazebo Classic is not released to Ubuntu Noble. As a consequence, gazebo_ros2_control won’t be released for Jazzy and Rolling anymore."Is it possible to change this in the moveit installation?
The text was updated successfully, but these errors were encountered: