Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tools: update default params for copter-optflow.parm #17590

Merged
merged 1 commit into from May 31, 2021

Conversation

rmackay9
Copy link
Contributor

This updates the copter-optflow.parm file which makes setting up optical flow for use in SITL. This is not actually used by any autotests.

This was tested in SITL:

  • removed eeprom.bin
  • param load ../Tools/autotest/default_params/copter-optflow.parm
  • restarted SITL and confirmed that I could arm and takeoff without any further parameter changes

By the way, this change leaves the GPS enabled which means the EKF's origin is set without the user having to do it manually.

@@ -1,6 +1,8 @@
ARMING_CHECK -33
EKF_GPS_TYPE 3
ARMING_CHECK 786390
EK2_GPS_TYPE 3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why keep this one when we are on EKF3 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, indeed, we could remove these parameters that are already set to these values by default.

@tridge tridge merged commit 26ea80f into ArduPilot:master May 31, 2021
@rmackay9 rmackay9 deleted the tools-copter-optflow-param branch June 1, 2021 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants