Apollo 10.0
自动驾驶开放平台
prediction_gflags.h 文件参考
#include "gflags/gflags.h"
prediction_gflags.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

函数

 DECLARE_double (double_precision)
 
 DECLARE_double (prediction_trajectory_time_length)
 
 DECLARE_double (prediction_trajectory_time_resolution)
 
 DECLARE_double (min_prediction_trajectory_spatial_length)
 
 DECLARE_bool (enable_trajectory_validation_check)
 
 DECLARE_bool (enable_tracking_adaptation)
 
 DECLARE_bool (free_move_predict_with_accelerate)
 
 DECLARE_double (vehicle_max_linear_acc)
 
 DECLARE_double (vehicle_min_linear_acc)
 
 DECLARE_double (vehicle_max_speed)
 
 DECLARE_double (max_tracking_time)
 
 DECLARE_double (max_tracking_dist)
 
 DECLARE_double (lane_search_radius)
 
 DECLARE_double (lane_search_radius_in_junction)
 
 DECLARE_double (junction_search_radius)
 
 DECLARE_double (pedestrian_nearby_lane_search_radius)
 
 DECLARE_int32 (road_graph_max_search_horizon)
 
 DECLARE_double (surrounding_lane_search_radius)
 
 DECLARE_double (base_image_half_range)
 
 DECLARE_bool (enable_draw_adc_trajectory)
 
 DECLARE_bool (img_show_semantic_map)
 
 DECLARE_double (junction_distance_threshold)
 
 DECLARE_bool (enable_all_junction)
 
 DECLARE_bool (enable_all_pedestrian_caution_in_front)
 
 DECLARE_bool (enable_rank_caution_obstacles)
 
 DECLARE_bool (enable_rank_interactive_obstacles)
 
 DECLARE_int32 (caution_obs_max_nums)
 
 DECLARE_double (caution_distance_threshold)
 
 DECLARE_double (caution_search_distance_ahead)
 
 DECLARE_double (caution_search_distance_backward)
 
 DECLARE_double (caution_search_distance_backward_for_merge)
 
 DECLARE_double (caution_search_distance_backward_for_overlap)
 
 DECLARE_double (caution_pedestrian_approach_time)
 
 DECLARE_int32 (interactive_obs_max_nums)
 
 DECLARE_double (interaction_distance_threshold)
 
 DECLARE_double (interaction_search_distance_ahead)
 
 DECLARE_double (interaction_search_distance_backward)
 
 DECLARE_double (interaction_search_distance_backward_for_merge)
 
 DECLARE_double (interaction_search_distance_backward_for_overlap)
 
 DECLARE_int32 (ego_vehicle_id)
 
 DECLARE_double (scan_length)
 
 DECLARE_double (scan_width)
 
 DECLARE_double (back_dist_ignore_ped)
 
 DECLARE_uint64 (cruise_historical_frame_length)
 
 DECLARE_bool (enable_kf_tracking)
 
 DECLARE_double (max_angle_diff_to_adjust_velocity)
 
 DECLARE_double (q_var)
 
 DECLARE_double (r_var)
 
 DECLARE_double (p_var)
 
 DECLARE_double (go_approach_rate)
 
 DECLARE_double (cutin_approach_rate)
 
 DECLARE_int32 (min_still_obstacle_history_length)
 
 DECLARE_int32 (max_still_obstacle_history_length)
 
 DECLARE_double (still_obstacle_speed_threshold)
 
 DECLARE_double (still_pedestrian_speed_threshold)
 
 DECLARE_double (still_unknown_speed_threshold)
 
 DECLARE_double (still_obstacle_position_std)
 
 DECLARE_double (still_pedestrian_position_std)
 
 DECLARE_double (still_unknown_position_std)
 
 DECLARE_double (slow_obstacle_speed_threshold)
 
 DECLARE_double (max_history_time)
 
 DECLARE_double (target_lane_gap)
 
 DECLARE_double (dense_lane_gap)
 
 DECLARE_int32 (max_num_current_lane)
 
 DECLARE_int32 (max_num_nearby_lane)
 
 DECLARE_double (max_lane_angle_diff)
 
 DECLARE_int32 (max_num_current_lane_in_junction)
 
 DECLARE_int32 (max_num_nearby_lane_in_junction)
 
 DECLARE_double (max_lane_angle_diff_in_junction)
 
 DECLARE_double (coeff_mul_sigma)
 
 DECLARE_double (pedestrian_max_speed)
 
 DECLARE_double (pedestrian_max_acc)
 
 DECLARE_double (still_speed)
 
 DECLARE_string (evaluator_vehicle_mlp_file)
 
 DECLARE_string (torch_vehicle_jointly_model_file)
 
 DECLARE_string (torch_vehicle_jointly_model_cpu_file)
 
 DECLARE_string (torch_vehicle_junction_mlp_file)
 
 DECLARE_string (torch_vehicle_junction_map_file)
 
 DECLARE_string (torch_vehicle_semantic_lstm_file)
 
 DECLARE_string (torch_vehicle_semantic_lstm_cpu_file)
 
 DECLARE_string (torch_vehicle_cruise_go_file)
 
 DECLARE_string (torch_vehicle_cruise_cutin_file)
 
 DECLARE_string (torch_vehicle_lane_scanning_file)
 
 DECLARE_string (torch_vehicle_vectornet_file)
 
 DECLARE_string (torch_vehicle_vectornet_cpu_file)
 
 DECLARE_string (torch_pedestrian_interaction_position_embedding_file)
 
 DECLARE_string (torch_pedestrian_interaction_social_embedding_file)
 
 DECLARE_string (torch_pedestrian_interaction_single_lstm_file)
 
 DECLARE_string (torch_pedestrian_interaction_prediction_layer_file)
 
 DECLARE_string (torch_pedestrian_semantic_lstm_file)
 
 DECLARE_string (torch_pedestrian_semantic_lstm_cpu_file)
 
 DECLARE_string (torch_lane_aggregating_obstacle_encoding_file)
 
 DECLARE_string (torch_lane_aggregating_lane_encoding_file)
 
 DECLARE_string (torch_lane_aggregating_prediction_layer_file)
 
 DECLARE_string (evaluator_vehicle_rnn_file)
 
 DECLARE_string (evaluator_vehicle_cruise_mlp_file)
 
 DECLARE_int32 (max_num_obstacles)
 
 DECLARE_double (valid_position_diff_threshold)
 
 DECLARE_double (valid_position_diff_rate_threshold)
 
 DECLARE_double (split_rate)
 
 DECLARE_double (rnn_min_lane_relatice_s)
 
 DECLARE_bool (adjust_velocity_by_obstacle_heading)
 
 DECLARE_bool (adjust_velocity_by_position_shift)
 
 DECLARE_bool (adjust_vehicle_heading_by_lane)
 
 DECLARE_double (heading_filter_param)
 
 DECLARE_uint64 (max_num_lane_point)
 
 DECLARE_double (distance_threshold_to_junction_exit)
 
 DECLARE_double (angle_threshold_to_junction_exit)
 
 DECLARE_uint32 (sample_size_for_average_lane_curvature)
 
 DECLARE_double (centripetal_acc_coeff)
 
 DECLARE_uint32 (junction_historical_frame_length)
 
 DECLARE_double (junction_exit_lane_threshold)
 
 DECLARE_double (distance_beyond_junction)
 
 DECLARE_double (defualt_junction_range)
 
 DECLARE_double (distance_to_slow_down_at_stop_sign)
 
 DECLARE_double (time_to_center_if_not_reach)
 
 DECLARE_uint32 (warm_up_times)
 
 DECLARE_uint32 (affine_pool_size)
 
 DECLARE_double (default_s_if_no_obstacle_in_lane_sequence)
 
 DECLARE_double (default_l_if_no_obstacle_in_lane_sequence)
 
 DECLARE_bool (enable_semantic_map)
 
 DECLARE_bool (enable_cruise_regression)
 
 DECLARE_double (lane_sequence_threshold_cruise)
 
 DECLARE_double (lane_sequence_threshold_junction)
 
 DECLARE_double (lane_change_dist)
 
 DECLARE_bool (enable_lane_sequence_acc)
 
 DECLARE_bool (enable_trim_prediction_trajectory)
 
 DECLARE_double (adc_trajectory_search_length)
 
 DECLARE_double (virtual_lane_radius)
 
 DECLARE_double (default_lateral_approach_speed)
 
 DECLARE_double (centripedal_acc_threshold)
 
 DECLARE_double (time_upper_bound_to_lane_center)
 
 DECLARE_double (time_lower_bound_to_lane_center)
 
 DECLARE_double (sample_time_gap)
 
 DECLARE_double (cost_alpha)
 
 DECLARE_double (default_time_to_lat_end_state)
 
 DECLARE_double (turning_curvature_lower_bound)
 
 DECLARE_double (turning_curvature_upper_bound)
 
 DECLARE_double (speed_at_lower_curvature)
 
 DECLARE_double (speed_at_upper_curvature)
 
 DECLARE_double (cost_function_alpha)
 
 DECLARE_double (cost_function_sigma)
 
 DECLARE_bool (use_bell_curve_for_cost_function)
 
 DECLARE_bool (enable_interactive_tag)
 
 DECLARE_double (collision_cost_time_resolution)
 
 DECLARE_double (longitudinal_acceleration_cost_weight)
 
 DECLARE_double (centripedal_acceleration_cost_weight)
 
 DECLARE_double (collision_cost_weight)
 
 DECLARE_double (collision_cost_exp_coefficient)
 
 DECLARE_double (likelihood_exp_coefficient)
 
 DECLARE_double (lane_distance_threshold)
 
 DECLARE_double (lane_angle_difference_threshold)
 
 DECLARE_double (distance_threshold_on_lane)
 

函数说明

◆ DECLARE_bool() [1/19]

DECLARE_bool ( adjust_vehicle_heading_by_lane  )

◆ DECLARE_bool() [2/19]

DECLARE_bool ( adjust_velocity_by_obstacle_heading  )

◆ DECLARE_bool() [3/19]

DECLARE_bool ( adjust_velocity_by_position_shift  )

◆ DECLARE_bool() [4/19]

DECLARE_bool ( enable_all_junction  )

◆ DECLARE_bool() [5/19]

DECLARE_bool ( enable_all_pedestrian_caution_in_front  )

◆ DECLARE_bool() [6/19]

DECLARE_bool ( enable_cruise_regression  )

◆ DECLARE_bool() [7/19]

DECLARE_bool ( enable_draw_adc_trajectory  )

◆ DECLARE_bool() [8/19]

DECLARE_bool ( enable_interactive_tag  )

◆ DECLARE_bool() [9/19]

DECLARE_bool ( enable_kf_tracking  )

◆ DECLARE_bool() [10/19]

DECLARE_bool ( enable_lane_sequence_acc  )

◆ DECLARE_bool() [11/19]

DECLARE_bool ( enable_rank_caution_obstacles  )

◆ DECLARE_bool() [12/19]

DECLARE_bool ( enable_rank_interactive_obstacles  )

◆ DECLARE_bool() [13/19]

DECLARE_bool ( enable_semantic_map  )

◆ DECLARE_bool() [14/19]

DECLARE_bool ( enable_tracking_adaptation  )

◆ DECLARE_bool() [15/19]

DECLARE_bool ( enable_trajectory_validation_check  )

◆ DECLARE_bool() [16/19]

DECLARE_bool ( enable_trim_prediction_trajectory  )

◆ DECLARE_bool() [17/19]

DECLARE_bool ( free_move_predict_with_accelerate  )

◆ DECLARE_bool() [18/19]

DECLARE_bool ( img_show_semantic_map  )

◆ DECLARE_bool() [19/19]

DECLARE_bool ( use_bell_curve_for_cost_function  )

◆ DECLARE_double() [1/94]

DECLARE_double ( adc_trajectory_search_length  )

◆ DECLARE_double() [2/94]

DECLARE_double ( angle_threshold_to_junction_exit  )

◆ DECLARE_double() [3/94]

DECLARE_double ( back_dist_ignore_ped  )

◆ DECLARE_double() [4/94]

DECLARE_double ( base_image_half_range  )

◆ DECLARE_double() [5/94]

DECLARE_double ( caution_distance_threshold  )

◆ DECLARE_double() [6/94]

DECLARE_double ( caution_pedestrian_approach_time  )

◆ DECLARE_double() [7/94]

DECLARE_double ( caution_search_distance_ahead  )

◆ DECLARE_double() [8/94]

DECLARE_double ( caution_search_distance_backward  )

◆ DECLARE_double() [9/94]

DECLARE_double ( caution_search_distance_backward_for_merge  )

◆ DECLARE_double() [10/94]

DECLARE_double ( caution_search_distance_backward_for_overlap  )

◆ DECLARE_double() [11/94]

DECLARE_double ( centripedal_acc_threshold  )

◆ DECLARE_double() [12/94]

DECLARE_double ( centripedal_acceleration_cost_weight  )

◆ DECLARE_double() [13/94]

DECLARE_double ( centripetal_acc_coeff  )

◆ DECLARE_double() [14/94]

DECLARE_double ( coeff_mul_sigma  )

◆ DECLARE_double() [15/94]

DECLARE_double ( collision_cost_exp_coefficient  )

◆ DECLARE_double() [16/94]

DECLARE_double ( collision_cost_time_resolution  )

◆ DECLARE_double() [17/94]

DECLARE_double ( collision_cost_weight  )

◆ DECLARE_double() [18/94]

DECLARE_double ( cost_alpha  )

◆ DECLARE_double() [19/94]

DECLARE_double ( cost_function_alpha  )

◆ DECLARE_double() [20/94]

DECLARE_double ( cost_function_sigma  )

◆ DECLARE_double() [21/94]

DECLARE_double ( cutin_approach_rate  )

◆ DECLARE_double() [22/94]

DECLARE_double ( default_l_if_no_obstacle_in_lane_sequence  )

◆ DECLARE_double() [23/94]

DECLARE_double ( default_lateral_approach_speed  )

◆ DECLARE_double() [24/94]

DECLARE_double ( default_s_if_no_obstacle_in_lane_sequence  )

◆ DECLARE_double() [25/94]

DECLARE_double ( default_time_to_lat_end_state  )

◆ DECLARE_double() [26/94]

DECLARE_double ( defualt_junction_range  )

◆ DECLARE_double() [27/94]

DECLARE_double ( dense_lane_gap  )

◆ DECLARE_double() [28/94]

DECLARE_double ( distance_beyond_junction  )

◆ DECLARE_double() [29/94]

DECLARE_double ( distance_threshold_on_lane  )

◆ DECLARE_double() [30/94]

DECLARE_double ( distance_threshold_to_junction_exit  )

◆ DECLARE_double() [31/94]

DECLARE_double ( distance_to_slow_down_at_stop_sign  )

◆ DECLARE_double() [32/94]

DECLARE_double ( double_precision  )

◆ DECLARE_double() [33/94]

DECLARE_double ( go_approach_rate  )

◆ DECLARE_double() [34/94]

DECLARE_double ( heading_filter_param  )

◆ DECLARE_double() [35/94]

DECLARE_double ( interaction_distance_threshold  )

◆ DECLARE_double() [36/94]

DECLARE_double ( interaction_search_distance_ahead  )

◆ DECLARE_double() [37/94]

DECLARE_double ( interaction_search_distance_backward  )

◆ DECLARE_double() [38/94]

DECLARE_double ( interaction_search_distance_backward_for_merge  )

◆ DECLARE_double() [39/94]

DECLARE_double ( interaction_search_distance_backward_for_overlap  )

◆ DECLARE_double() [40/94]

DECLARE_double ( junction_distance_threshold  )

◆ DECLARE_double() [41/94]

DECLARE_double ( junction_exit_lane_threshold  )

◆ DECLARE_double() [42/94]

DECLARE_double ( junction_search_radius  )

◆ DECLARE_double() [43/94]

DECLARE_double ( lane_angle_difference_threshold  )

◆ DECLARE_double() [44/94]

DECLARE_double ( lane_change_dist  )

◆ DECLARE_double() [45/94]

DECLARE_double ( lane_distance_threshold  )

◆ DECLARE_double() [46/94]

DECLARE_double ( lane_search_radius  )

◆ DECLARE_double() [47/94]

DECLARE_double ( lane_search_radius_in_junction  )

◆ DECLARE_double() [48/94]

DECLARE_double ( lane_sequence_threshold_cruise  )

◆ DECLARE_double() [49/94]

DECLARE_double ( lane_sequence_threshold_junction  )

◆ DECLARE_double() [50/94]

DECLARE_double ( likelihood_exp_coefficient  )

◆ DECLARE_double() [51/94]

DECLARE_double ( longitudinal_acceleration_cost_weight  )

◆ DECLARE_double() [52/94]

DECLARE_double ( max_angle_diff_to_adjust_velocity  )

◆ DECLARE_double() [53/94]

DECLARE_double ( max_history_time  )

◆ DECLARE_double() [54/94]

DECLARE_double ( max_lane_angle_diff  )

◆ DECLARE_double() [55/94]

DECLARE_double ( max_lane_angle_diff_in_junction  )

◆ DECLARE_double() [56/94]

DECLARE_double ( max_tracking_dist  )

◆ DECLARE_double() [57/94]

DECLARE_double ( max_tracking_time  )

◆ DECLARE_double() [58/94]

DECLARE_double ( min_prediction_trajectory_spatial_length  )

◆ DECLARE_double() [59/94]

DECLARE_double ( p_var  )

◆ DECLARE_double() [60/94]

DECLARE_double ( pedestrian_max_acc  )

◆ DECLARE_double() [61/94]

DECLARE_double ( pedestrian_max_speed  )

◆ DECLARE_double() [62/94]

DECLARE_double ( pedestrian_nearby_lane_search_radius  )

◆ DECLARE_double() [63/94]

DECLARE_double ( prediction_trajectory_time_length  )

◆ DECLARE_double() [64/94]

DECLARE_double ( prediction_trajectory_time_resolution  )

◆ DECLARE_double() [65/94]

DECLARE_double ( q_var  )

◆ DECLARE_double() [66/94]

DECLARE_double ( r_var  )

◆ DECLARE_double() [67/94]

DECLARE_double ( rnn_min_lane_relatice_s  )

◆ DECLARE_double() [68/94]

DECLARE_double ( sample_time_gap  )

◆ DECLARE_double() [69/94]

DECLARE_double ( scan_length  )

◆ DECLARE_double() [70/94]

DECLARE_double ( scan_width  )

◆ DECLARE_double() [71/94]

DECLARE_double ( slow_obstacle_speed_threshold  )

◆ DECLARE_double() [72/94]

DECLARE_double ( speed_at_lower_curvature  )

◆ DECLARE_double() [73/94]

DECLARE_double ( speed_at_upper_curvature  )

◆ DECLARE_double() [74/94]

DECLARE_double ( split_rate  )

◆ DECLARE_double() [75/94]

DECLARE_double ( still_obstacle_position_std  )

◆ DECLARE_double() [76/94]

DECLARE_double ( still_obstacle_speed_threshold  )

◆ DECLARE_double() [77/94]

DECLARE_double ( still_pedestrian_position_std  )

◆ DECLARE_double() [78/94]

DECLARE_double ( still_pedestrian_speed_threshold  )

◆ DECLARE_double() [79/94]

DECLARE_double ( still_speed  )

◆ DECLARE_double() [80/94]

DECLARE_double ( still_unknown_position_std  )

◆ DECLARE_double() [81/94]

DECLARE_double ( still_unknown_speed_threshold  )

◆ DECLARE_double() [82/94]

DECLARE_double ( surrounding_lane_search_radius  )

◆ DECLARE_double() [83/94]

DECLARE_double ( target_lane_gap  )

◆ DECLARE_double() [84/94]

DECLARE_double ( time_lower_bound_to_lane_center  )

◆ DECLARE_double() [85/94]

DECLARE_double ( time_to_center_if_not_reach  )

◆ DECLARE_double() [86/94]

DECLARE_double ( time_upper_bound_to_lane_center  )

◆ DECLARE_double() [87/94]

DECLARE_double ( turning_curvature_lower_bound  )

◆ DECLARE_double() [88/94]

DECLARE_double ( turning_curvature_upper_bound  )

◆ DECLARE_double() [89/94]

DECLARE_double ( valid_position_diff_rate_threshold  )

◆ DECLARE_double() [90/94]

DECLARE_double ( valid_position_diff_threshold  )

◆ DECLARE_double() [91/94]

DECLARE_double ( vehicle_max_linear_acc  )

◆ DECLARE_double() [92/94]

DECLARE_double ( vehicle_max_speed  )

◆ DECLARE_double() [93/94]

DECLARE_double ( vehicle_min_linear_acc  )

◆ DECLARE_double() [94/94]

DECLARE_double ( virtual_lane_radius  )

◆ DECLARE_int32() [1/11]

DECLARE_int32 ( caution_obs_max_nums  )

◆ DECLARE_int32() [2/11]

DECLARE_int32 ( ego_vehicle_id  )

◆ DECLARE_int32() [3/11]

DECLARE_int32 ( interactive_obs_max_nums  )

◆ DECLARE_int32() [4/11]

DECLARE_int32 ( max_num_current_lane  )

◆ DECLARE_int32() [5/11]

DECLARE_int32 ( max_num_current_lane_in_junction  )

◆ DECLARE_int32() [6/11]

DECLARE_int32 ( max_num_nearby_lane  )

◆ DECLARE_int32() [7/11]

DECLARE_int32 ( max_num_nearby_lane_in_junction  )

◆ DECLARE_int32() [8/11]

DECLARE_int32 ( max_num_obstacles  )

◆ DECLARE_int32() [9/11]

DECLARE_int32 ( max_still_obstacle_history_length  )

◆ DECLARE_int32() [10/11]

DECLARE_int32 ( min_still_obstacle_history_length  )

◆ DECLARE_int32() [11/11]

DECLARE_int32 ( road_graph_max_search_horizon  )

◆ DECLARE_string() [1/23]

DECLARE_string ( evaluator_vehicle_cruise_mlp_file  )

◆ DECLARE_string() [2/23]

DECLARE_string ( evaluator_vehicle_mlp_file  )

◆ DECLARE_string() [3/23]

DECLARE_string ( evaluator_vehicle_rnn_file  )

◆ DECLARE_string() [4/23]

DECLARE_string ( torch_lane_aggregating_lane_encoding_file  )

◆ DECLARE_string() [5/23]

DECLARE_string ( torch_lane_aggregating_obstacle_encoding_file  )

◆ DECLARE_string() [6/23]

DECLARE_string ( torch_lane_aggregating_prediction_layer_file  )

◆ DECLARE_string() [7/23]

DECLARE_string ( torch_pedestrian_interaction_position_embedding_file  )

◆ DECLARE_string() [8/23]

DECLARE_string ( torch_pedestrian_interaction_prediction_layer_file  )

◆ DECLARE_string() [9/23]

DECLARE_string ( torch_pedestrian_interaction_single_lstm_file  )

◆ DECLARE_string() [10/23]

DECLARE_string ( torch_pedestrian_interaction_social_embedding_file  )

◆ DECLARE_string() [11/23]

DECLARE_string ( torch_pedestrian_semantic_lstm_cpu_file  )

◆ DECLARE_string() [12/23]

DECLARE_string ( torch_pedestrian_semantic_lstm_file  )

◆ DECLARE_string() [13/23]

DECLARE_string ( torch_vehicle_cruise_cutin_file  )

◆ DECLARE_string() [14/23]

DECLARE_string ( torch_vehicle_cruise_go_file  )

◆ DECLARE_string() [15/23]

DECLARE_string ( torch_vehicle_jointly_model_cpu_file  )

◆ DECLARE_string() [16/23]

DECLARE_string ( torch_vehicle_jointly_model_file  )

◆ DECLARE_string() [17/23]

DECLARE_string ( torch_vehicle_junction_map_file  )

◆ DECLARE_string() [18/23]

DECLARE_string ( torch_vehicle_junction_mlp_file  )

◆ DECLARE_string() [19/23]

DECLARE_string ( torch_vehicle_lane_scanning_file  )

◆ DECLARE_string() [20/23]

DECLARE_string ( torch_vehicle_semantic_lstm_cpu_file  )

◆ DECLARE_string() [21/23]

DECLARE_string ( torch_vehicle_semantic_lstm_file  )

◆ DECLARE_string() [22/23]

DECLARE_string ( torch_vehicle_vectornet_cpu_file  )

◆ DECLARE_string() [23/23]

DECLARE_string ( torch_vehicle_vectornet_file  )

◆ DECLARE_uint32() [1/4]

DECLARE_uint32 ( affine_pool_size  )

◆ DECLARE_uint32() [2/4]

DECLARE_uint32 ( junction_historical_frame_length  )

◆ DECLARE_uint32() [3/4]

DECLARE_uint32 ( sample_size_for_average_lane_curvature  )

◆ DECLARE_uint32() [4/4]

DECLARE_uint32 ( warm_up_times  )

◆ DECLARE_uint64() [1/2]

DECLARE_uint64 ( cruise_historical_frame_length  )

◆ DECLARE_uint64() [2/2]

DECLARE_uint64 ( max_num_lane_point  )