Commit b8e5908 1 parent 8439d14 commit b8e5908 Copy full SHA for b8e5908
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,13 @@ config CEREBRI_MELM_GAIN_ALONG_TRACK
90
90
91
91
config CEREBRI_MELM_MAX_VELOCITY_MM_S
92
92
int "max velocity, mm/s"
93
- default 2000
93
+ default 200
94
94
help
95
95
Max velocity in mm/s
96
96
97
97
config CEREBRI_MELM_WHEEL_RADIUS_MM
98
98
int "wheel radius, mm"
99
- default 108
99
+ default 104
100
100
help
101
101
Wheel radius in mm
102
102
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ CONFIG_LOG_MODE_DEFERRED=y
25
25
CONFIG_LOG_MODE_IMMEDIATE=n
26
26
27
27
CONFIG_FPU=y
28
+ CONFIG_PWM=y
28
29
29
30
# config
30
31
CONFIG_INPUT=y
@@ -41,7 +42,7 @@ CONFIG_INPUT_THREAD_STACK_SIZE=2048
41
42
CONFIG_CEREBRI_SENSE_SBUS=y
42
43
CONFIG_CEREBRI_SENSE_IMU=y
43
44
CONFIG_CEREBRI_SENSE_MAG=y
44
- CONFIG_CEREBRI_SENSE_SAFETY=n
45
+ CONFIG_CEREBRI_SENSE_SAFETY=y
45
46
CONFIG_CEREBRI_SENSE_UBX_GNSS=y
46
47
47
48
CONFIG_CEREBRI_SYNAPSE_ETH_RX=y
You can’t perform that action at this time.
0 commit comments