コード例 #1
0
 public void SetGear(GearDirection g)
 {
     gearDirectionRequest   = g;
     gearDirectionRequested = true;
     Status.GearDirection   = g;
     request = RequestCommand.Command;
 }
コード例 #2
0
 public VehicleStatus(float t, GearDirection g, float v, float sa, float th, float b, TurnSignal ts)
 {
     timestamp     = t;
     gearDirection = g;
     velocity      = v;
     steeringAngle = sa;
     throttle      = th;
     braking       = b;
     turnSignal    = ts;
 }
コード例 #3
0
 public void SetGear(GearDirection g)
 {
     gearDirectionRequest   = g;
     gearDirectionRequested = true;
 }