[go: up one dir, main page]

Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
name change
  • Loading branch information
domluna authored May 7, 2017
1 parent f5d8f68 commit 0a4e647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ int main() {
string event = j[0].get<string>();
if (event == "telemetry") {
// j[1] is the data JSON object
vector<double> xpts = j[1]["ptsx"];
vector<double> ypts = j[1]["ptsy"];
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"];
Expand Down

0 comments on commit 0a4e647

Please sign in to comment.