OctoMap / octomap_rviz_plugins

RViz display plugins for visualizing octomap messages in ROS
http://ros.org/wiki/octomap_rviz_plugins
93 stars 65 forks source link

Trim Z values in the octomap visualization #15

Closed jvgomez closed 8 years ago

jvgomez commented 8 years ago

If we use an indoor octomap, this will include the ceiling and thus the visualization gets complicated, and the alpha value is not enough most of the times.

This PR add RViz parameters for online clipping of Z visualization. There are no check that ensure that max>min, but testing this I say it is no inconvenient (it just does not draw new octomaps).