Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bradygm committed Apr 4, 2024
1 parent 2167877 commit e201235
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/trochoids.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,6 @@ Path trochoids::Trochoid::getTrochoid(double waypoint_distance)
continue;
}

double xt1dot = v*cos(del1*w*t1_ + phi1) + vw;
double yt1dot = v*sin(del1*w*t1_ + phi1);
double xt2dot = v*cos(del2*w*t2 + phi2) + vw;
double yt2dot = v*sin(del2*w*t2 + phi2);

Expand Down

0 comments on commit e201235

Please sign in to comment.