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

Method DrawPoint

LibCarla/source/carla/client/DebugHelper.cpp:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 void DebugHelper::DrawPoint(
29 const geom::Location &location,
30 float size,
31 sensor::data::Color color,
32 float life_time,
33 bool persistent_lines) {
34 Shape::Point point{location, size};
35 DrawShape(_episode, point, color, life_time, persistent_lines);
36 }
37
38 void DebugHelper::DrawLine(
39 const geom::Location &begin,

Callers 3

operator()Method · 0.80
DrawBufferMethod · 0.80
visualizeRssResultsMethod · 0.80

Calls 1

DrawShapeFunction · 0.85

Tested by

no test coverage detected