naturerobots / mbf_tutorials

Robot Navigation Tutorials for Move Base Flex (MBF)
13 stars 7 forks source link

Map frame not being published in tutorial #9

Open dallinbriggs opened 1 year ago

dallinbriggs commented 1 year ago

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:

dallinbriggs commented 1 year 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.

dallinbriggs commented 1 year ago

https://github.com/uos/mbf_tutorials/pull/10