11 #ifdef LIBCARLA_INCLUDED_FROM_UE4 15 #endif // LIBCARLA_INCLUDED_FROM_UE4 31 bool in_manual_gear_shift,
49 #ifdef LIBCARLA_INCLUDED_FROM_UE4 52 : throttle(Control.Throttle),
55 hand_brake(Control.bHandBrake),
56 reverse(Control.bReverse),
57 manual_gear_shift(Control.bManualGearShift),
72 #endif // LIBCARLA_INCLUDED_FROM_UE4 86 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