23 namespace perception {
48 float relative_radial_velocity = 0.0f;
49 float relative_tangential_velocity = 0.0f;
void clone(const LidarSupplement &rhs)
Definition: object_supplement.h:26
std::shared_ptr< RadarSupplement > RadarSupplementPtr
Definition: object_supplement.h:52
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
std::shared_ptr< CameraSupplement > CameraSupplementPtr
Definition: object_supplement.h:68
Eigen::Vector2d Vector2d
Definition: base_map_fwd.h:36
Eigen::Vector2d lower_right
Definition: object_supplement.h:65
std::shared_ptr< const LidarSupplement > LidarSupplementConstPtr
Definition: object_supplement.h:35
LidarSupplement & operator=(const LidarSupplement &rhs)
std::shared_ptr< LidarSupplement > LidarSupplementPtr
Definition: object_supplement.h:34
Definition: object_supplement.h:37
Eigen::Vector2d upper_left
Definition: object_supplement.h:63
std::shared_ptr< const CameraSupplement > CameraSupplementConstPtr
Definition: object_supplement.h:69
Definition: object_supplement.h:55
std::shared_ptr< const RadarSupplement > RadarSupplementConstPtr
Definition: object_supplement.h:53