package entity type ExtendParam struct { // /cicv_location VelocityXOfCicvLocation float64 VelocityYOfCicvLocation float64 YawOfCicvLocation float64 AngularVelocityZOfCicvLocation float64 // /tpperception ObjDicOfTpperception map[uint32][]float32 // /pji_control_pub NumCountPjiControlCommandOfPjControlPub int EgoSteeringCmdOfPjControlPub []float64 EgoThrottleCmdOfPjControlPub []float64 // /data_read NumCountDataReadOfDataRead int EgoSteeringRealOfDataRead []float64 EgoThrottleRealOfDataRead []float64 StrgAngleRealValueOfDataRead float64 }