Skip to content
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

Unable to locate package ros-galactic-slam-toolbox #5

Closed
trunc8 opened this issue Jun 16, 2021 · 1 comment
Closed

Unable to locate package ros-galactic-slam-toolbox #5

trunc8 opened this issue Jun 16, 2021 · 1 comment

Comments

@trunc8
Copy link

trunc8 commented Jun 16, 2021

System Description:

  • OS: Ubuntu 20.04
  • Environment: ROS2 Galactic inside a Docker environment
  1. On running rosdep install --from-path src --ignore-src -r -y, the following error occurs-
executing command [sudo -H apt-get install -y ros-galactic-slam-toolbox]
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ros-galactic-slam-toolbox
ERROR: the following rosdeps failed to install
  apt: command [sudo -H apt-get install -y ros-galactic-slam-toolbox] failed
  apt: Failed to detect successful installation of [ros-galactic-slam-toolbox]
  1. I could, still, successfully simulate Nav2 Goal, Nav Through Poses, and Waypoint Following in the amazon warehouse world as well as the security demo. The costmaps did not appear in RViz, accompanied by this warning:
    image
    I suspect this may be related to missing installation of the slam toolbox.

  2. The Time Taken indicator in the Nav2 RViz Panel did not update, while the other indicators worked flawlessly.

@SteveMacenski
Copy link
Owner

SteveMacenski commented Jun 16, 2021

Its because there hasn't been a sync yet with galactic for you to access the binaries. You can easily just clone it and build in the workspace if you want it, but its not used in any of these demos so you don't need to worry about it.

I don't see the costmaps in the construct's platform but I see it in my local builds (though I haven't tested on galactic binaries, maybe a QOS setting changed?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants