-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nav2_system_tests
Build Fails: gazebo_ros_pkgs
Not Found
#4901
Comments
See https://community.gazebosim.org/t/gazebo-classic-end-of-life/2563 I migrated to harmonic on ubuntu 22.04 circa August 2024.
|
I seem to still be able to find them & still in rosdistro: https://github.com/ros/rosdistro/blob/master/humble/distribution.yaml#L2929
But I also updated my rosdistro to be tagged about a year ago before the Jazzy/Rolling move to 24.04 so that may be why (and may work for you):
|
I encountered a build failure when trying to compile nav2_system_tests on ROS 2 Humble. The error indicates that gazebo_ros_pkgs cannot be found.
Tried installing gazebo_ros_pkgs with:
sudo apt install ros-humble-gazebo-ros-pkgs
But received an "Unable to locate package" error.
Installed ros-humble-ros-gz with:
sudo apt-get install ros-humble-ros-gz
Actual Behavior: The build fails due to missing gazebo_ros_pkgs.
Request for Help:
Is gazebo_ros_pkgs still supported for ROS 2 Humble?
Should nav2_system_tests be updated to use an alternative package?
Are there any additional installation steps required for gazebo_ros_pkgs?
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: