#include <boost/make_shared.hpp>
#include <OGRE/OgreSceneNode.h>
#include <OGRE/OgreSceneManager.h>
#include <rviz/visualization_manager.h>
#include <rviz/properties/color_property.h>
#include <rviz/properties/float_property.h>
#include <rviz/properties/int_property.h>
#include <rviz/frame_manager.h>
#include "world_model_display.h"
#include "../visuals/entity_visual.h"
#include <algorithm>
#include <vector>
#include <pluginlib/class_list_macros.h>
Go to the source code of this file.
◆ djb2()
◆ split()
◆ stringsToRegexs()
◆ COLORS
Initial value:= { { 0.6, 0.6, 0.6},
{ 0.6, 0.6, 0.4},
{ 0.6, 0.6, 0.2},
{ 0.6, 0.4, 0.6},
{ 0.6, 0.4, 0.4},
{ 0.6, 0.4, 0.2},
{ 0.6, 0.2, 0.6},
{ 0.6, 0.2, 0.4},
{ 0.6, 0.2, 0.2},
{ 0.4, 0.6, 0.6},
{ 0.4, 0.6, 0.4},
{ 0.4, 0.6, 0.2},
{ 0.4, 0.4, 0.6},
{ 0.4, 0.4, 0.4},
{ 0.4, 0.4, 0.2},
{ 0.4, 0.2, 0.6},
{ 0.4, 0.2, 0.4},
{ 0.4, 0.2, 0.2},
{ 0.2, 0.6, 0.6},
{ 0.2, 0.6, 0.4},
{ 0.2, 0.6, 0.2},
{ 0.2, 0.4, 0.6},
{ 0.2, 0.4, 0.4},
{ 0.2, 0.4, 0.2},
{ 0.2, 0.2, 0.6},
{ 0.2, 0.2, 0.4},
{ 0.2, 0.2, 0.2}
}
Definition at line 20 of file world_model_display.cpp.