Open dallinbriggs opened 2 years ago
Of course, I found a solution 5 minutes after posting this issue. I ended up needing to install ros-melodic-desktop-full
which installed the following packages:
fltk1.3-doc fluid libfltk-cairo1.3 libfltk-forms1.3 libfltk-gl1.3 libfltk-images1.3 libfltk1.3 libfltk1.3-dev
ros-melodic-camera-calibration ros-melodic-camera-calibration-parsers ros-melodic-camera-info-manager ros-melodic-gazebo-plugins
ros-melodic-gazebo-ros-control ros-melodic-gazebo-ros-pkgs ros-melodic-image-common ros-melodic-image-pipeline ros-melodic-image-proc
ros-melodic-image-publisher ros-melodic-image-rotate ros-melodic-image-view ros-melodic-joint-limits-interface
ros-melodic-laser-assembler ros-melodic-laser-filters ros-melodic-laser-pipeline ros-melodic-perception ros-melodic-perception-pcl
ros-melodic-polled-camera ros-melodic-position-controllers ros-melodic-simulators ros-melodic-stage ros-melodic-stage-ros
ros-melodic-stereo-image-proc ros-melodic-transmission-interface ros-melodic-urdf-sim-tutorial ros-melodic-vision-opencv
I'll work to try to find which package was the one that actually fixed the issue and then list it here so it can be added to the dependencies of mbf_beginner.
I have been following the tutorial for basic navigation and it appears that whatever node is supposed to be publishing the map frame isn't doing it. Steps to reproduce:
At this point, I get the following error:
Indeed, the scan topic is not being published. I'm not sure if that is the root of the map issue or not.