tu-darmstadt-ros-pkg / hector_slam

hector_slam contains ROS packages related to performing SLAM in unstructed environments like those encountered in the Urban Search and Rescue (USAR) scenarios of the RoboCup Rescue competition.
http://wiki.ros.org/hector_slam
652 stars 454 forks source link

Hector Slam metapackage not available for Noetic through apt? #94

Closed cailloumax closed 3 years ago

cailloumax commented 3 years ago

More of a question than an issue: I work with both Melodic and Noetic, using respectivly a Jetson Nano (Ubuntu 18.04 aarch64) and a VM (Ubuntu 20.04 amd64). I develop a metapackage on my own that depend on the hector-slam and that will launch the various sensor and the SLAM stack. It works fine with the Melodic but when I use it on the Noetic, I was not able to install hector-slam through apt.

I tried to compile it myself, but then, while compiling is fine, the dependencies of my own package are not fulfilled as the cloned repository does not provide the CMake of the metapackage.

I may explicitly require every package in the stack, instead of the metapackage, but is there an easier solution ?

StefanFabian commented 3 years ago

Ah, thank you for bringing this to our attention. It looks like the build farm has trouble building the debian package for hector_geotiff_plugins, hence, all dependants are not available. I will look into this.

StefanFabian commented 3 years ago

I have done another release and it looks like it is building now. Will have to wait for the next sync before it is available, though.