#include <boost/thread/thread.hpp>
#include <OgreTexture.h>
#include <OgreMaterial.h>
#include <OgreSharedPtr.h>
#include <rviz/properties/enum_property.h>
#include <rviz/properties/float_property.h>
#include <rviz/properties/int_property.h>
#include <rviz/properties/bool_property.h>
#include <rviz/properties/ros_topic_property.h>
#include <rviz/display.h>
#include <nav_grid/vector_nav_grid.h>
#include <robot_nav_rviz_plugins/ogre_panel.h>
#include <robot_nav_rviz_plugins/nav_grid_palette.h>
#include <pluginlib/class_loader.h>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | robot_nav_rviz_plugins::NavGridDisplay |
Displays a nav_grid (of unspecified type) along the XY plane. More... | |
Namespaces | |
robot_nav_rviz_plugins | |
Several reusable pieces for displaying polygons. | |