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

Method DrawString

LibCarla/source/carla/client/DebugHelper.cpp:73–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 void DebugHelper::DrawString(
74 const geom::Location &location,
75 const std::string &text,
76 bool draw_shadow,
77 sensor::data::Color color,
78 float life_time,
79 bool persistent_lines) {
80 Shape::String string{location, text, draw_shadow};
81 DrawShape(_episode, string, color, life_time, persistent_lines);
82 }
83
84} // namespace client
85} // namespace carla

Callers 2

DrawLightMethod · 0.80
DrawPIDValuesMethod · 0.80

Calls 1

DrawShapeFunction · 0.85

Tested by

no test coverage detected