#include <DebugShape.h>
Collaboration diagram for carla::rpc::DebugShape:Classes | |
| struct | Arrow |
| struct | Box |
| struct | Line |
| struct | Point |
| struct | String |
Public Member Functions | |
| MSGPACK_DEFINE_ARRAY (primitive, color, life_time, persistent_lines) | |
Public Attributes | |
| Color | color = {255u, 0u, 0u} |
| float | life_time = -1.0f |
| bool | persistent_lines = true |
| boost::variant2::variant< Point, Line, Arrow, Box, String > | primitive |
Definition at line 29 of file DebugShape.h.
| carla::rpc::DebugShape::MSGPACK_DEFINE_ARRAY | ( | primitive | , |
| color | , | ||
| life_time | , | ||
| persistent_lines | |||
| ) |
| Color carla::rpc::DebugShape::color = {255u, 0u, 0u} |
Definition at line 67 of file DebugShape.h.
Referenced by FDebugShapeDrawer::Draw(), and carla::client::detail::WalkerNavigation::UpdateVehiclesInCrowd().
| float carla::rpc::DebugShape::life_time = -1.0f |
Definition at line 69 of file DebugShape.h.
Referenced by FDebugShapeDrawer::Draw(), and carla::client::detail::WalkerNavigation::UpdateVehiclesInCrowd().
| bool carla::rpc::DebugShape::persistent_lines = true |
Definition at line 71 of file DebugShape.h.
Referenced by FDebugShapeDrawer::Draw(), and carla::client::detail::WalkerNavigation::UpdateVehiclesInCrowd().
Definition at line 65 of file DebugShape.h.
Referenced by FDebugShapeDrawer::Draw(), and carla::client::detail::WalkerNavigation::UpdateVehiclesInCrowd().
1.8.13