ArduPilot / ardupilot_wiki

Repository for ArduPilot wiki issues and wiki-specific website infrastructure.
Other
498 stars 1.24k forks source link

Copter: add missing motor diagrams #1875

Open rmackay9 opened 5 years ago

rmackay9 commented 5 years ago

We are missing the following motor diagrams:

rmackay9 commented 5 years ago

@lvale told me today that there are others missing include DJI motor orders

auturgy commented 5 years ago

Yes, and betaflight motor order

Regards,

James

On 2 Sep 2019, at 2:13 pm, Randy Mackay notifications@github.com wrote:

@lvale told me today that there are others missing include DJI motor orders

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Hwurzburg commented 5 years ago

add reverse tricopter

IamPete1 commented 5 years ago

to expand, Motor 1 and 2 remain on the right and left respectively as with standard tricopter. the tail motor 4 is now at the front https://github.com/ArduPilot/ardupilot/pull/10846

IamPete1 commented 5 years ago

not copter but we should also add diagrams for the rover omni frames

rmackay9 commented 5 years ago

@IamPete1, we have at least some of the rover omni frame here I think: http://ardupilot.org/rover/docs/rover-motor-and-servo-connections.html#omni-vehicles .. ah, but they're missing from this very similar page: http://ardupilot.org/rover/docs/rover-motor-and-servo-configuration.html#omni-vehicles.. but then again we don't have the motor diagrams for the other vehicle types on this page either..

IamPete1 commented 5 years ago

I was looking at the second page, so missed them completely, in any-case were missing the 4 inline mecanum wheels that I think we support?

rmackay9 commented 5 years ago

@IamPete1, no, I think that's one of the existing omni vehicles... maybe the OmniX. I'm not totally sure but I don't remember us having to make any code changes for the person that got the omni rover working.

Hwurzburg commented 4 years ago

@rmackay9 if you can hand sketch, and send me a photo, I will work on these....could save us some $$ right?

rmackay9 commented 4 years ago

FYI the DJIX configuration came up today in this support thread: https://discuss.ardupilot.org/t/copter-4-0-1-released/51505/19

rmackay9 commented 4 years ago

This is the link to the code that defines the configurations: https://github.com/ArduPilot/ardupilot/blob/master/libraries/AP_Motors/AP_MotorsMatrix.cpp#L498