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

Flight mode not shown for hexa- and octocopters #86

Open
GoogleCodeExporter opened this issue Jan 19, 2016 · 1 comment
Open

Flight mode not shown for hexa- and octocopters #86

GoogleCodeExporter opened this issue Jan 19, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Connecting MinimOSD with Firmware v2.2 to an APM running Arducopter on a 
hexacopter or octocopter will not update the flight mode osd. That's because 
line 877 of OSD_Panel.ino (rev 563) is:

<<    if (apm_mav_type == 2){ //ArduCopter MultiRotor or ArduCopter Heli

And type 2 is quad. Other types should be considered as well, e.g.:

>>    if ((apm_mav_type == MAV_TYPE_QUADROTOR) || (apm_mav_type == 
MAV_TYPE_HEXAROTOR) || (apm_mav_type == MAV_TYPE_TRICOPTER)) { // ArduCopter 
MultiRotor or ArduCopter Heli

Best Regards,
   Claus



Original issue reported on code.google.com by [email protected] on 2 Aug 2014 at 8:31

@GoogleCodeExporter
Copy link
Author

|| (apm_mav_type == MAV_TYPE_OCTOROTOR)

Original comment by [email protected] on 3 Aug 2014 at 1:22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant