hasauino / rrt_exploration_tutorials

This package provides launch files for Gazebo simulation needed to test the rrt_exploration package
http://wiki.ros.org/rrt_exploration/Tutorials
101 stars 39 forks source link

Color Chart #5

Closed StanSmooth closed 5 years ago

StanSmooth commented 6 years ago

Hi hasauino, Could you give us some precisions about the color chart used on RViz ? From what i understood : -green dots corresponds to frontier point, delimiting area that the robot haven't explored yet -red dot : ? -blue line : pathe that the robot have already used -red line : ? -green line : path that the robots will follow to join a frontier points

Once again, thank you for your work !

hasauino commented 6 years ago

Hello StanSmooth, Color chart is as follows:

The navigation stack as you saw is also publishing markers on Rviz. Colors are: -Green path: is for the global planner. -Blue path: is for the local planner.

StanSmooth commented 6 years ago

Thanks !

hasauino commented 6 years ago

you are welcome