mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-19 22:19:10 +08:00
Each axis needs a can nodeID
This commit is contained in:
@@ -54,6 +54,8 @@ public:
|
||||
float spin_up_current = 10.0f; // [A]
|
||||
float spin_up_acceleration = 400.0f; // [rad/s^2]
|
||||
float spin_up_target_vel = 400.0f; // [rad/s]
|
||||
|
||||
uint8_t can_node_id = 0; // If both axes are 0, only the first one will get commands.
|
||||
};
|
||||
|
||||
enum thread_signals {
|
||||
|
||||
Reference in New Issue
Block a user