MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / DrawBox

Method DrawBox

LibCarla/source/carla/client/DebugHelper.cpp:62–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 void DebugHelper::DrawBox(
63 const geom::BoundingBox &box,
64 const geom::Rotation &rotation,
65 float thickness,
66 sensor::data::Color color,
67 float life_time,
68 bool persistent_lines) {
69 Shape::Box the_box{box, rotation, thickness};
70 DrawShape(_episode, the_box, color, life_time, persistent_lines);
71 }
72
73 void DebugHelper::DrawString(
74 const geom::Location &location,

Callers

nothing calls this directly

Calls 1

DrawShapeFunction · 0.85

Tested by

no test coverage detected