Skip to content

Commit

Permalink
esp32/pico: remove imu mpu6050 from examples configurations
Browse files Browse the repository at this point in the history
While an imu is often used in odometry with ekf filter, the SLAM can
go without an imu. An noisy imu or mounting issues may cause
problems to beginners. So remove it from example configurations.

Signed-off-by: Thomas Chou <[email protected]>
  • Loading branch information
hippo5329 committed May 10, 2024
1 parent 408dc96 commit 2a9f3a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/custom/esp32_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

//uncomment the IMU you're using
// #define USE_GY85_IMU
#define USE_MPU6050_IMU
// #define USE_MPU6050_IMU
// #define USE_MPU9150_IMU
// #define USE_MPU9250_IMU
// #define USE_QMI8658_IMU
Expand Down
2 changes: 1 addition & 1 deletion config/custom/esp32s2_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

//uncomment the IMU you're using
// #define USE_GY85_IMU
#define USE_MPU6050_IMU
// #define USE_MPU6050_IMU
// #define USE_MPU9150_IMU
// #define USE_MPU9250_IMU
// #define USE_QMI8658_IMU
Expand Down
2 changes: 1 addition & 1 deletion config/custom/esp32s3_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

//uncomment the IMU you're using
// #define USE_GY85_IMU
#define USE_MPU6050_IMU
// #define USE_MPU6050_IMU
// #define USE_MPU9150_IMU
// #define USE_MPU9250_IMU
// #define USE_QMI8658_IMU
Expand Down
2 changes: 1 addition & 1 deletion config/custom/pico_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

//uncomment the IMU you're using
// #define USE_GY85_IMU
#define USE_MPU6050_IMU
// #define USE_MPU6050_IMU
// #define USE_MPU9150_IMU
// #define USE_MPU9250_IMU
// #define USE_QMI8658_IMU
Expand Down

0 comments on commit 2a9f3a1

Please sign in to comment.