LingxinMeng hace 11 meses
padre
commit
ae3e23457c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      pjisuv_msgs/control_msgs.go

+ 2 - 0
pjisuv_msgs/control_msgs.go

@@ -16,4 +16,6 @@ type VehicleFdb struct {
 	AccPed2             float64
 	Automode            int16 `rosname:"Automode"`
 	FlagCanReadSuccess  int16
+	VcuRealSpeed        float64
+	ParkLampState       int16
 }