Apollo 10.0
自动驾驶开放平台
|
类 | |
struct | CameraFrame |
class | CameraFrameMessage |
class | Descriptor |
struct | LaneDetection |
class | LaneDetectionComponent |
class | LidarFrameMessage |
struct | MotionServiceComponent |
class | MsgBuffer |
class | MsgSerializer |
class | SensorFrameMessage |
struct | StampedTransform |
class | TrafficDetectMessage |
class | TransformCache |
class | TransformWrapper |
类型定义 | |
typedef FunctionInfo< LaneDetectionComponent > | FunInfoType |
枚举 | |
enum class | ProcessStage { LIDAR_PREPROCESS = 0 , LIDAR_DETECTION = 1 , LIDAR_RECOGNITION = 2 , STEREO_CAMERA_DETECTION = 3 , MONOCULAR_CAMERA_DETECTION = 4 , LONG_RANGE_RADAR_DETECTION = 5 , SHORT_RANGE_RADAR_DETECTION = 6 , ULTRASONIC_DETECTION = 7 , SENSOR_FUSION = 8 , UNKNOWN_STAGE = 9 , PROCESSSTAGE_COUNT = 10 } |
函数 | |
DEFINE_bool (obs_enable_hdmap_input, true, "enable hdmap input for roi filter") | |
DEFINE_bool (obs_enable_visualization, false, "whether to send message for visualization") | |
DEFINE_string (obs_screen_output_dir, "./", "output dir. for saving visualization screenshots") | |
DEFINE_bool (obs_benchmark_mode, false, "whether open benchmark mode, default false") | |
DEFINE_bool (obs_save_fusion_supplement, false, "whether save fusion supplement data, default false") | |
DEFINE_bool (start_visualizer, false, "Whether to start visualizer") | |
DECLARE_bool (obs_enable_hdmap_input) | |
DECLARE_bool (obs_enable_visualization) | |
DECLARE_string (obs_screen_output_dir) | |
DECLARE_bool (obs_benchmark_mode) | |
DECLARE_bool (obs_save_fusion_supplement) | |
DECLARE_bool (start_visualizer) | |
DEFINE_int32 (obs_msg_buffer_size, 200, "buffer size for odometry_subscriber") | |
DEFINE_double (obs_buffer_match_precision, 0.01, "match_precision for odometry_subscriber") | |
DECLARE_int32 (obs_msg_buffer_size) | |
DECLARE_double (obs_buffer_match_precision) | |
DEFINE_string (obs_sensor2novatel_tf2_frame_id, "novatel", "sensor to novatel frame id") | |
DEFINE_string (obs_novatel2world_tf2_frame_id, "world", "novatel to world frame id") | |
DEFINE_string (obs_novatel2world_tf2_child_frame_id, "novatel", "novatel to world child frame id") | |
DEFINE_double (obs_tf2_buff_size, 0.01, "query Cyber TF buffer size in second") | |
DEFINE_double (obs_transform_cache_size, 1.0, "transform cache size in second") | |
DEFINE_double (obs_max_local_pose_extrapolation_latency, 0.15, "max local pose extrapolation period in second") | |
DEFINE_bool (obs_enable_local_pose_extrapolation, true, "use local pose extrapolation") | |
DEFINE_bool (hardware_trigger, true, "camera trigger method") | |
Eigen::Quaterniond | Slerp (const Eigen::Quaterniond &source, const double &t, const Eigen::Quaterniond &other) |
DECLARE_string (obs_sensor2novatel_tf2_frame_id) | |
DECLARE_string (obs_novatel2world_tf2_frame_id) | |
DECLARE_string (obs_novatel2world_tf2_child_frame_id) | |
DECLARE_double (obs_tf2_buff_size) | |
DECLARE_bool (hardware_trigger) | |
CYBER_REGISTER_COMPONENT (LaneDetectionComponent) | |
在文件 lane_detection_component.h 第 53 行定义.
|
strong |
在文件 inner_component_messages.h 第 30 行定义.
apollo::perception::onboard::CYBER_REGISTER_COMPONENT | ( | LaneDetectionComponent | ) |
apollo::perception::onboard::DECLARE_bool | ( | hardware_trigger | ) |
apollo::perception::onboard::DECLARE_bool | ( | obs_benchmark_mode | ) |
apollo::perception::onboard::DECLARE_bool | ( | obs_enable_hdmap_input | ) |
apollo::perception::onboard::DECLARE_bool | ( | obs_enable_visualization | ) |
apollo::perception::onboard::DECLARE_bool | ( | obs_save_fusion_supplement | ) |
apollo::perception::onboard::DECLARE_bool | ( | start_visualizer | ) |
apollo::perception::onboard::DECLARE_double | ( | obs_buffer_match_precision | ) |
apollo::perception::onboard::DECLARE_double | ( | obs_tf2_buff_size | ) |
apollo::perception::onboard::DECLARE_int32 | ( | obs_msg_buffer_size | ) |
apollo::perception::onboard::DECLARE_string | ( | obs_novatel2world_tf2_child_frame_id | ) |
apollo::perception::onboard::DECLARE_string | ( | obs_novatel2world_tf2_frame_id | ) |
apollo::perception::onboard::DECLARE_string | ( | obs_screen_output_dir | ) |
apollo::perception::onboard::DECLARE_string | ( | obs_sensor2novatel_tf2_frame_id | ) |
apollo::perception::onboard::DEFINE_bool | ( | hardware_trigger | , |
true | , | ||
"camera trigger method" | |||
) |
apollo::perception::onboard::DEFINE_bool | ( | obs_benchmark_mode | , |
false | , | ||
"whether open benchmark | mode, | ||
default false" | |||
) |
apollo::perception::onboard::DEFINE_bool | ( | obs_enable_hdmap_input | , |
true | , | ||
"enable hdmap input for roi filter" | |||
) |
apollo::perception::onboard::DEFINE_bool | ( | obs_enable_local_pose_extrapolation | , |
true | , | ||
"use local pose extrapolation" | |||
) |
apollo::perception::onboard::DEFINE_bool | ( | obs_enable_visualization | , |
false | , | ||
"whether to send message for visualization" | |||
) |
apollo::perception::onboard::DEFINE_bool | ( | obs_save_fusion_supplement | , |
false | , | ||
"whether save fusion supplement | data, | ||
default false" | |||
) |
apollo::perception::onboard::DEFINE_bool | ( | start_visualizer | , |
false | , | ||
"Whether to start visualizer" | |||
) |
apollo::perception::onboard::DEFINE_double | ( | obs_buffer_match_precision | , |
0. | 01, | ||
"match_precision for odometry_subscriber" | |||
) |
apollo::perception::onboard::DEFINE_double | ( | obs_max_local_pose_extrapolation_latency | , |
0. | 15, | ||
"max local pose extrapolation period in second" | |||
) |
apollo::perception::onboard::DEFINE_double | ( | obs_tf2_buff_size | , |
0. | 01, | ||
"query Cyber TF buffer size in second" | |||
) |
apollo::perception::onboard::DEFINE_double | ( | obs_transform_cache_size | , |
1. | 0, | ||
"transform cache size in second" | |||
) |
apollo::perception::onboard::DEFINE_int32 | ( | obs_msg_buffer_size | , |
200 | , | ||
"buffer size for odometry_subscriber" | |||
) |
apollo::perception::onboard::DEFINE_string | ( | obs_novatel2world_tf2_child_frame_id | , |
"novatel" | , | ||
"novatel to world child frame id" | |||
) |
apollo::perception::onboard::DEFINE_string | ( | obs_novatel2world_tf2_frame_id | , |
"world" | , | ||
"novatel to world frame id" | |||
) |
apollo::perception::onboard::DEFINE_string | ( | obs_screen_output_dir | , |
"./" | , | ||
"output dir. for saving visualization screenshots" | |||
) |
apollo::perception::onboard::DEFINE_string | ( | obs_sensor2novatel_tf2_frame_id | , |
"novatel" | , | ||
"sensor to novatel frame id" | |||
) |
Eigen::Quaterniond apollo::perception::onboard::Slerp | ( | const Eigen::Quaterniond & | source, |
const double & | t, | ||
const Eigen::Quaterniond & | other | ||
) |
在文件 transform_wrapper.cc 第 64 行定义.