Skip to content

Commit 987a898

Browse files
committed
threshold on position 10
1 parent 22f29d9 commit 987a898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/definitions/robot_definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const float MOTOR_RATIO = MOTOR_CPR*MOTOR_GEAR_RATIO;
3737
#define POSITION_KD_DEFAULT 0.0001
3838
#define POSITION_CONTROL_PERIOD 0.02
3939
#define POSITION_MAX_SPEED 30.0
40-
#define POSITION_THRESHOLD 2.0
40+
#define POSITION_THRESHOLD 10
4141

4242

4343

0 commit comments

Comments
 (0)