Go to the documentation of this file.
30 #include <SimoxUtility/color/Color.h>
68 std::vector<viz::Layer>& layers,
73 std::vector<viz::Layer>& layers,
76 void drawHumans(std::vector<viz::Layer>& layers,
92 std::unique_ptr<navigation::graph::GraphVisu>
visu;
99 const std::vector<ObjectInfo>& info,
102 const std::vector<ObjectInfo>& info,
103 std::vector<viz::Layer>& layers,
107 std::map<std::string, DateTime> lastCostmapVisualization_;
void drawLocations(std::vector< viz::Layer > &layers, bool enabled)
const armem::server::wm::CoreSegment & graphSegment
This file is part of ArmarX.
void drawCostmaps(std::vector< viz::Layer > &layers, bool enabled, float zOffset)
viz::Client that will delete (clear) committed layers when destroyed.
Provides access to the armarx::objpose::ObjectPoseStorageInterface (aka the object memory).
const armem::server::wm::CoreSegment & humanSegment
void drawHumans(std::vector< viz::Layer > &layers, bool enabled, bool visuTransparent, Duration maxAge)
Visu(viz::Client arviz, const armem::server::wm::CoreSegment &locSegment, const armem::server::wm::CoreSegment &graphSegment, const armem::server::wm::CoreSegment &costmapSegment, const armem::server::wm::CoreSegment &humanSegment, const armem::server::wm::CoreSegment &roomsSegment)
uint32_t Color
RGBA color.
const armem::server::wm::CoreSegment & locSegment
const armem::server::wm::CoreSegment & roomsSegment
std::unique_ptr< navigation::graph::GraphVisu > visu
void drawRooms(std::vector< viz::Layer > &layers, bool enabled)
void drawGraphs(std::vector< viz::Layer > &layers, bool enabled)
const armem::server::wm::CoreSegment & costmapSegment
std::map< ObjectID, ObjectPose > ObjectPoseMap