husky gmapping not receiving map
I am running the Husky SLAM tutorial on the site (this one) and I cannot seem to make it work.
I compiled all the husky package from Github with catkin_make on my virtual machine running Ubuntu 20.04 and ROS Noetic; however, when I run roslaunch husky_navigation gmapping_demo.launch
, the script gets stuck at [INFO] [...]: Requesting the map...
Suffice to say, this does not let me go on with mapping, since it does not receive any. Note that this is not a duplicate, since I already tried assuring that there is no mismatch between /scan and /front/scan topics.