Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.12 KB | None | 0 0
  1.           constants.push_back((double)(j[1]["constants"]["timeStep"]));
  2.           constants.push_back((double)(j[1]["constants"]["N"]));
  3.           constants.push_back((double)(j[1]["constants"]["desiredSpeed"]));
  4.           constants.push_back((double)(j[1]["constants"]["pathStray"]));
  5.           constants.push_back((double)(j[1]["constants"]["headingStray"]));
  6.           constants.push_back((double)(j[1]["constants"]["speedStray"]));
  7.           constants.push_back((double)(j[1]["constants"]["sharpSteering"]));
  8.           constants.push_back((double)(j[1]["constants"]["highAcceleration"]));
  9.           constants.push_back((double)(j[1]["constants"]["speedSteer"]));
  10.           constants.push_back((double)(j[1]["constants"]["steeringDifference"]));
  11.           constants.push_back((double)(j[1]["constants"]["accelerationDifference"]));
  12.           constants.push_back((double)(j[1]["constants"]["grannyCare"]));
  13.           constants.push_back((double)(j[1]["constants"]["babyCare"]));
  14.           constants.push_back((double)(j[1]["constants"]["grannySpeed"]));
  15.           constants.push_back((double)(j[1]["constants"]["babySpeed"]));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement