Skip to content

Commit b8e5908

Browse files
committed
Update melm params.
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
1 parent 8439d14 commit b8e5908

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/melm/Kconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ config CEREBRI_MELM_GAIN_ALONG_TRACK
9090

9191
config CEREBRI_MELM_MAX_VELOCITY_MM_S
9292
int "max velocity, mm/s"
93-
default 2000
93+
default 200
9494
help
9595
Max velocity in mm/s
9696

9797
config CEREBRI_MELM_WHEEL_RADIUS_MM
9898
int "wheel radius, mm"
99-
default 108
99+
default 104
100100
help
101101
Wheel radius in mm
102102

app/melm/boards/mr_canhubk3_s32k344.conf

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ CONFIG_LOG_MODE_DEFERRED=y
2525
CONFIG_LOG_MODE_IMMEDIATE=n
2626

2727
CONFIG_FPU=y
28+
CONFIG_PWM=y
2829

2930
# config
3031
CONFIG_INPUT=y
@@ -41,7 +42,7 @@ CONFIG_INPUT_THREAD_STACK_SIZE=2048
4142
CONFIG_CEREBRI_SENSE_SBUS=y
4243
CONFIG_CEREBRI_SENSE_IMU=y
4344
CONFIG_CEREBRI_SENSE_MAG=y
44-
CONFIG_CEREBRI_SENSE_SAFETY=n
45+
CONFIG_CEREBRI_SENSE_SAFETY=y
4546
CONFIG_CEREBRI_SENSE_UBX_GNSS=y
4647

4748
CONFIG_CEREBRI_SYNAPSE_ETH_RX=y

0 commit comments

Comments
 (0)