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

Commit

Permalink
Update GenerateSplineInitialGuess.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bruingineer committed Jul 1, 2024
1 parent d9b5c6f commit 6736b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/trajopt/util/GenerateSplineInitialGuess.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ CalculateWaypointStatesWithControlIntervals(
return waypoint_states;
}

/**
* This is used to calculated the suggested number of states in order to get
/**
* This is used to calculated the suggested number of states in order to get
* a path with a dt of around desiredDt.
*/
std::vector<std::vector<frc::Trajectory::State>> CalculateWaypointStatesWithDt(
Expand Down

0 comments on commit 6736b33

Please sign in to comment.