ros2 / rviz

ROS 3D Robot Visualizer
BSD 3-Clause Clear License
298 stars 212 forks source link

No good way to simultaneously visualize multiple costmaps #460

Open rotu opened 5 years ago

rotu commented 5 years ago

If you want to visualize multiple costmaps, it's hard to tell them apart if you use the default costmap palette. Maybe a solution is to parameterize the different costmap palettes?

Here's what you get if you enable both the local and global costmaps on your visualization:

Screenshot from 2019-09-06 16-12-27

rotu commented 5 years ago

Every existing color scheme is based on a simple linear color gradient, so adding an editor to set the color for particular values, and interpolate for the rest should do the trick.