Skip to content

Instantly share code, notes, and snippets.

@cipher982
Created December 19, 2017 20:25
Show Gist options
  • Select an option

  • Save cipher982/68ec5926e17a9775256d3436eefe5599 to your computer and use it in GitHub Desktop.

Select an option

Save cipher982/68ec5926e17a9775256d3436eefe5599 to your computer and use it in GitHub Desktop.
// j[1] is the data JSON object
vector<double> ptsx = j[1]["ptsx"];
vector<double> ptsy = j[1]["ptsy"];
double px = j[1]["x"];
double py = j[1]["y"];
double psi = j[1]["psi"];
double v = j[1]["speed"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment