mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-02-06 23:41:53 +08:00
Add TrapezoidalMove to Arduino library ("t" ASCII command)
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
void SetVelocity(int motor_number, float velocity);
|
||||
void SetVelocity(int motor_number, float velocity, float current_feedforward);
|
||||
void SetCurrent(int motor_number, float current);
|
||||
|
||||
void TrapezoidalMove(int motor_number, float position);
|
||||
// General params
|
||||
float readFloat();
|
||||
int32_t readInt();
|
||||
|
||||
Reference in New Issue
Block a user