11 #ifdef LIBCARLA_INCLUDED_FROM_UE4 13 #endif // LIBCARLA_INCLUDED_FROM_UE4 29 bool in_manual_gear_shift,
47 #ifdef LIBCARLA_INCLUDED_FROM_UE4 50 : throttle(Control.Throttle),
53 hand_brake(Control.bHandBrake),
54 reverse(Control.bReverse),
55 manual_gear_shift(Control.bManualGearShift),
70 #endif // LIBCARLA_INCLUDED_FROM_UE4 84 return !(*
this != rhs);
This file contains definitions of common data structures used in traffic manager. ...
VehicleControl(float in_throttle, float in_steer, float in_brake, bool in_hand_brake, bool in_reverse, bool in_manual_gear_shift, int32_t in_gear)
bool operator==(const VehicleControl &rhs) const
MSGPACK_DEFINE_ARRAY(throttle, steer, brake, hand_brake, reverse, manual_gear_shift, gear)
bool operator!=(const VehicleControl &rhs) const