Skip to content
Snippets Groups Projects
Commit 42838272 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Modified the balance joint gains.

parent 432eb1ee
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -33,9 +33,9 @@
#define BALANCE_MAX_CAL_GYRO_ERROR 20.0
#define BALANCE_FORWARD_FALL_THD_VALUE 200
#define BALANCE_BACKWARD_FALL_THD_VALUE (-200)
#define BALANCE_KNEE_GAIN (2.0/54.0)
#define BALANCE_ANKLE_PITCH_GAIN (2.0/18.0)
#define BALANCE_ANKLE_ROLL_GAIN (2.0/20.0)
#define BALANCE_HIP_ROLL_GAIN (2.0/40.0)
#define BALANCE_KNEE_GAIN (4.0/54.0)
#define BALANCE_ANKLE_PITCH_GAIN (4.0/18.0)
#define BALANCE_ANKLE_ROLL_GAIN (4.0/20.0)
#define BALANCE_HIP_ROLL_GAIN (4.0/40.0)
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment