$search
#include "visualization_manager.h"
#include "selection/selection_manager.h"
#include "plugin/plugin_manager.h"
#include "plugin/display_type_info.h"
#include "render_panel.h"
#include "displays_panel.h"
#include "viewport_mouse_event.h"
#include "frame_manager.h"
#include "view_controller.h"
#include "view_controllers/xy_orbit_view_controller.h"
#include "view_controllers/orbit_view_controller.h"
#include "view_controllers/fps_view_controller.h"
#include "view_controllers/fixed_orientation_ortho_view_controller.h"
#include "display.h"
#include "display_wrapper.h"
#include "properties/property_manager.h"
#include "properties/property.h"
#include "new_display_dialog.h"
#include "tools/tool.h"
#include "tools/move_tool.h"
#include "tools/goal_tool.h"
#include "tools/initial_pose_tool.h"
#include "tools/selection_tool.h"
#include "tools/interaction_tool.h"
#include <ogre_tools/wx_ogre_render_window.h>
#include <tf/transform_listener.h>
#include <ros/package.h>
#include <wx/timer.h>
#include <wx/propgrid/propgrid.h>
#include <wx/confbase.h>
#include <boost/bind.hpp>
#include <OGRE/OgreRoot.h>
#include <OGRE/OgreSceneManager.h>
#include <OGRE/OgreSceneNode.h>
#include <OGRE/OgreLight.h>
#include <OGRE/OgreViewport.h>
#include <OGRE/OgreMaterialManager.h>
#include <OGRE/OgreMaterial.h>
#include <OGRE/OgreRenderWindow.h>
#include <algorithm>
#include "common.h"
Go to the source code of this file.
Namespaces | |
namespace | rviz |
Defines | |
#define | CAMERA_CONFIG wxT("Camera Config") |
#define | CAMERA_TYPE wxT("Camera Type") |
#define | RVIZ_COMMON_H_NOWARN |
Functions | |
void | rviz::createColorMaterial (const std::string &name, const Ogre::ColourValue &color) |
#define CAMERA_CONFIG wxT("Camera Config") |
Definition at line 701 of file visualization_manager.cpp.
#define CAMERA_TYPE wxT("Camera Type") |
Definition at line 700 of file visualization_manager.cpp.
#define RVIZ_COMMON_H_NOWARN |
Definition at line 82 of file visualization_manager.cpp.