Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Update SwervePathBuilder.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bruingineer committed Jun 20, 2024
1 parent 2764b1b commit f72b955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/path/SwervePathBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ SwervePathBuilder::GenerateWaypointSplineTrajectories() const {

// Iterate through the vector and parameterize each spline
for (auto&& spline : splines) {
auto points = SplineParameterizer::Parameterize(spline);
auto points = trajopt::SplineParameterizer::Parameterize(spline);
splinePoints.push_back(points);
}

Expand Down

0 comments on commit f72b955

Please sign in to comment.