|
@@ -1,25 +0,0 @@
|
|
|
-package kinglong_param
|
|
|
-
|
|
|
-type KinglongParam struct {
|
|
|
-
|
|
|
- VelocityXOfCicvLocation float64
|
|
|
- VelocityYOfCicvLocation float64
|
|
|
- YawOfCicvLocation float64
|
|
|
- AngularVelocityZOfCicvLocation float64
|
|
|
-
|
|
|
-
|
|
|
- ObjDicOfTpperception map[uint32][]float32
|
|
|
- ObjTypeDicOfTpperception map[uint32]uint8
|
|
|
- ObjSpeedDicOfTpperception map[uint32]float64
|
|
|
-
|
|
|
-
|
|
|
- NumCountJinlongControlCommandOfPjControlPub int
|
|
|
- EgoSteeringCmdOfJinlongControlPub []float64
|
|
|
- EgoThrottleCmdOfJinlongControlPub []float64
|
|
|
- EgoBrakeCmdOfJinlongControlPub []float64
|
|
|
-
|
|
|
- NumCountDataReadOfDataRead int
|
|
|
- EgoSteeringRealOfDataRead []float64
|
|
|
- EgoThrottleRealOfDataRead []float64
|
|
|
- EgoBrakeRealOfDataRead []float64
|
|
|
-}
|