1
Fork 0

removed function

This commit is contained in:
Griffin Tabor 2025-09-02 22:33:00 -04:00
parent b5d7ab47c3
commit 4a8952a5db

View file

@ -36,10 +36,6 @@ public:
static void Timer4OverflowISRHandler(void); static void Timer4OverflowISRHandler(void);
public: public:
/**
* SetTwist eliminates the need for DriveAt and TurnAt
*/
void SetTwist(const Twist& twist);
Twist CalcOdomFromWheelMotion(void); Twist CalcOdomFromWheelMotion(void);