mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-24 01:23:52 +08:00
Fix DRV lock-up problem when using absolute encoders
This commit is contained in:
@@ -85,10 +85,9 @@ static void step_cb_wrapper(void* ctx) {
|
||||
}
|
||||
|
||||
|
||||
// @brief Sets up all components of the axis,
|
||||
// such as gate driver and encoder hardware.
|
||||
// @brief Does Nothing
|
||||
void Axis::setup() {
|
||||
motor_.setup();
|
||||
// Does nothing - Motor and encoder setup called separately.
|
||||
}
|
||||
|
||||
static void run_state_machine_loop_wrapper(void* ctx) {
|
||||
|
||||
Reference in New Issue
Block a user