Open soblin opened 3 years ago
Hello,
Thank you for pointing this out. I see that the branch mentioned on the webpage you reffered to is not correct. Can you check out to melodic
instead of melodic-devel
and try running:
wstool merge packages_ssh.rosinstall
wstool update
catkin config -DCMAKE_BUILD_TYPE=Release
catkin build
Then launch the simulation:
source devel/setup.bash
roslaunch gbplanner gbplanner_sim.launch
Let me know if this works.
Best, Mihir
Hi, I tried out this planner following the instruction here(https://www.autonomousrobotslab.com/subt-edu.html), but when I launched the system, I don't see the grid_map that pops up in the YouTube video at [0:22]. And therefore the robot does not start exploration. (the pic is the screenshot of rviz a few minutes later the roslaunch). Can you educate me on how can I avoid/fix this ?