mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
Move curvature_t to units namespace (#2444)
Note: this is a breaking change.
This commit is contained in:
committed by
GitHub
parent
303194b08b
commit
1c28b729ad
@@ -48,7 +48,7 @@ namespace frc {
|
||||
*/
|
||||
class SplineParameterizer {
|
||||
public:
|
||||
using PoseWithCurvature = std::pair<Pose2d, curvature_t>;
|
||||
using PoseWithCurvature = std::pair<Pose2d, units::curvature_t>;
|
||||
|
||||
struct MalformedSplineException : public std::runtime_error {
|
||||
explicit MalformedSplineException(const char* what_arg)
|
||||
|
||||
Reference in New Issue
Block a user