23 #include "modules/common/proto/error_code.pb.h" 28 #include "modules/perception/proto/perception_obstacle.pb.h" 31 namespace perception {
36 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
52 const std::string& camera_name,
const double msg_timestamp,
55 const std::vector<base::ObjectPtr>& camera_objects,
56 const std::vector<base::LaneLine>& lane_objects,
57 const apollo::common::ErrorCode& error_code);
CameraPerceptionVizMessage & operator=(const CameraPerceptionVizMessage &)=delete
Definition: camera_perception_viz_message.h:34
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
std::vector< base::ObjectConstPtr > camera_objects_
Definition: camera_perception_viz_message.h:66
Eigen::Matrix4d Matrix4d
Definition: base_map_fwd.h:32
std::string type_name_
Definition: camera_perception_viz_message.h:61
double msg_timestamp_
Definition: camera_perception_viz_message.h:62
std::shared_ptr< base::Blob< uint8_t > > image_blob_
Definition: camera_perception_viz_message.h:65
CameraPerceptionVizMessage * New() const
Definition: camera_perception_viz_message.h:47
std::string camera_name_
Definition: camera_perception_viz_message.h:60
~CameraPerceptionVizMessage()=default
std::vector< base::LaneLine > lane_objects_
Definition: camera_perception_viz_message.h:67
bool OK()
Definition: state.h:44
Eigen::Matrix4d pose_camera_to_world_
Definition: camera_perception_viz_message.h:64
std::string GetTypeName() const
Definition: camera_perception_viz_message.h:45
CameraPerceptionVizMessage()
Definition: camera_perception_viz_message.h:39
apollo::common::ErrorCode error_code_
Definition: camera_perception_viz_message.h:68