I have nearly finished convert my quad to a hexa. I want to fly in + mode, could you let me know which arm to point forward. The wiki only shows x mode drawings at the moment. Great job acm2 team

Views: 105

Reply to This

Replies to This Discussion

I'm doing the same thing. I'm assuming it's the same as ardupirates with motor 6-7 in front.

See this link> http://code.google.com/p/ardupirates/wiki/RC 

Right now It's not working correctly for me. I setup the frame as HEXA+ but when I arm the motors only 4 motors work like a quad in an x configuration. Very confusing. 

Thanks Matthew, hopefully it is all sorted by the time I finish construction.

I know the team will get it fixed, but they must be swamped right now

How did you set up frame HEXA+ ? In Mission Planner there in no connection with board (after latest updates). In CLI mode i typy hexa+ , but seems nothing is happening.

Yes I did the same thing. hexa+ and it seemed to work. I changed to hexa in x mode and the motors are working now. The PID's are out of wack though. On stock PID's I almost crashed because of so much oscillation.

It work for me all 6 motor spins. download latest trunk and add this (g.frame_type == HEXAP_FRAME) to line 223, 320, 336 and 365.

from

((g.frame_type == HEXAX_FRAME) || (g.frame_type == Y6_FRAME))

to

((g.frame_type == HEXAX_FRAME) || (g.frame_type == HEXAP_FRAME) || (g.frame_type == Y6_FRAME))

 

hope this help.

 

on motor.pde

RSS

Social Networking

Contests

Season Two of the Trust Time Trial (T3) Contest has now begun. The fourth round is an accuracy round for multicopters, which requires contestants to fly a cube. The deadline is April 14th.

A list of all T3 contests is here

Groups

Advertisement

© 2013   Created by Chris Anderson.   Powered by

Badges  |  Report an Issue  |  Terms of Service