Skip to content

Commit

Permalink
kakuteh7v2/mini: enable EKF2 external vision
Browse files Browse the repository at this point in the history
We can enable it given there is flash space available.
  • Loading branch information
julianoes authored and dagar committed Oct 11, 2024
1 parent 8b032d5 commit 9031f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/holybro/kakuteh7mini/default.px4board
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ CONFIG_MODULES_COMMANDER=y
CONFIG_MODULES_CONTROL_ALLOCATOR=y
CONFIG_MODULES_DATAMAN=y
CONFIG_MODULES_EKF2=y
CONFIG_EKF2_EXTERNAL_VISION=y
# CONFIG_EKF2_AUXVEL is not set
# CONFIG_EKF2_BARO_COMPENSATION is not set
# CONFIG_EKF2_DRAG_FUSION is not set
# CONFIG_EKF2_EXTERNAL_VISION is not set
# CONFIG_EKF2_GNSS_YAW is not set
# CONFIG_EKF2_SIDESLIP is not set
CONFIG_MODULES_ESC_BATTERY=y
Expand Down
2 changes: 1 addition & 1 deletion boards/holybro/kakuteh7v2/default.px4board
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ CONFIG_MODULES_COMMANDER=y
CONFIG_MODULES_CONTROL_ALLOCATOR=y
CONFIG_MODULES_DATAMAN=y
CONFIG_MODULES_EKF2=y
CONFIG_EKF2_EXTERNAL_VISION=y
# CONFIG_EKF2_AUXVEL is not set
# CONFIG_EKF2_BARO_COMPENSATION is not set
# CONFIG_EKF2_DRAG_FUSION is not set
# CONFIG_EKF2_EXTERNAL_VISION is not set
# CONFIG_EKF2_GNSS_YAW is not set
# CONFIG_EKF2_SIDESLIP is not set
CONFIG_MODULES_ESC_BATTERY=y
Expand Down

0 comments on commit 9031f44

Please sign in to comment.