Apollo  v5.5.0
Open source self driving car software
types.h
Go to the documentation of this file.
1 /******************************************************************************
2  * Copyright 2018 The Apollo Authors. All Rights Reserved.
3  *
4  * Licensed under the Apache License, Version 2.0 (the License);
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an AS IS BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *****************************************************************************/
16 #pragma once
17 
18 namespace apollo {
19 namespace perception {
20 namespace radar {
21 
22 const double PI = 3.1415926535898;
23 const int MAX_RADAR_IDX = 2147483647;
24 const double CONTI_ARS_INTERVAL = 0.074;
25 const int ORIGIN_CONTI_MAX_ID_NUM = 100;
26 const double MIN_PROBEXIST = 0.08;
27 
30  CONTI_CAR = 1,
38 };
39 
42  CONTI_NEW = 1,
47 };
48 
58 };
59 
60 } // namespace radar
61 } // namespace perception
62 } // namespace apollo
const double PI
Definition: types.h:22
Definition: blob.h:72
ContiDynProp
Definition: types.h:49
ContiMeasState
Definition: types.h:40
const int ORIGIN_CONTI_MAX_ID_NUM
Definition: types.h:25
ContiObjectType
Definition: types.h:28
const double CONTI_ARS_INTERVAL
Definition: types.h:24
const double MIN_PROBEXIST
Definition: types.h:26
const int MAX_RADAR_IDX
Definition: types.h:23