Skip to content

Commit

Permalink
keep it simple for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dzid26 committed Nov 21, 2024
1 parent af8a052 commit 342daf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/BSP/actuator_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const bool USE_VOLTAGE_CONTROL = false; // voltage or current control - voltage
// simple parameters (rated torque and current) are usually overstated by manufacturers
// use simple parameters if you don't want to measure motor_k_bemf
// or use motor_k_bemf instead to get more accurate torque and current relationship
const bool USE_SIMPLE_PARAMETERS = false;
const bool USE_SIMPLE_PARAMETERS = true;

// SIMPLE PARAMETERS:
const float motor_rated_current = (float) 1.3; // A
Expand Down

0 comments on commit 342daf6

Please sign in to comment.