mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Make splinePointsFromSplines public (#1963)
This commit is contained in:
committed by
Peter Johnson
parent
2c50937975
commit
3fc89c84d6
@@ -130,14 +130,13 @@ class TrajectoryGenerator {
|
||||
units::meters_per_second_t maxVelocity,
|
||||
units::meters_per_second_squared_t maxAcceleration, bool reversed);
|
||||
|
||||
private:
|
||||
/**
|
||||
* Generate spline points from a vector of splines by parameterizing the
|
||||
* splines.
|
||||
*
|
||||
* @param splines The splines to parameterize.
|
||||
*
|
||||
* @return The spline points.
|
||||
* @return The spline points for use in time parameterization of a trajectory.
|
||||
*/
|
||||
template <typename Spline>
|
||||
static std::vector<PoseWithCurvature> SplinePointsFromSplines(
|
||||
|
||||
Reference in New Issue
Block a user