File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
name =Arduino_AlvikCarrier
2
- version =0.4.1
2
+ version =1.0.0
3
3
author =Arduino, Giovanni di Dio Bruno, Lucio Rossi
4
4
maintainer =Arduino <info@arduino.cc>
5
5
sentence =Library and firmware for Arduino Alvik Carrier board
Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ const float MOTOR_RATIO = MOTOR_CPR*MOTOR_GEAR_RATIO;
45
45
#define ROTATE_KI_DEFAULT 0.01
46
46
#define ROTATE_KD_DEFAULT 0.001
47
47
#define ROTATE_CONTROL_PERIOD 0.02
48
- #define ROTATE_MAX_SPEED 45.0
48
+ #define ROTATE_MAX_SPEED 170.0 //45
49
49
#define ROTATE_THRESHOLD 1
50
50
51
51
#define MOVE_KP_DEFAULT 4.0
52
52
#define MOVE_KI_DEFAULT 0.01
53
53
#define MOVE_KD_DEFAULT 0.001
54
54
#define MOVE_CONTROL_PERIOD 0.02
55
- #define MOVE_MAX_SPEED 45.0
55
+ #define MOVE_MAX_SPEED 130.0 //45
56
56
#define MOVE_THRESHOLD 3
57
57
58
58
#define MOVEMENT_DISABLED 0
@@ -86,9 +86,9 @@ const float MOTION_FX_PERIOD = (1000U / MOTION_FX_FREQ);
86
86
87
87
88
88
// Library version
89
- #define VERSION_BYTE_HIGH 0
90
- #define VERSION_BYTE_MID 4
91
- #define VERSION_BYTE_LOW 1
89
+ #define VERSION_BYTE_HIGH 1
90
+ #define VERSION_BYTE_MID 0
91
+ #define VERSION_BYTE_LOW 0
92
92
93
93
94
94
You can’t perform that action at this time.
0 commit comments