
Thanks
manu
EOSBandi wrote:2560 and i2cgps both will be supported (this is the main reason why it took long...)
Updated version of WinGUI will include the mission planner and wp uploader.
NO MAV-Link, just pure MSP.... will add full docu, so anti-MS guys can write their own mission planner.....
cGiesen wrote:The MSP code is published. You can just start with the system of your choice.
But there are a lot of other questions first:
How to start waipoint flying?
How to get the next waypoint?
Do an action?
Return to home?
For every thing you need an switch perhaps.
But we only have 4!!!!
-ralf- wrote:Under "Mission Control" the normal Poshold-Switsch can be used as "Pause Mission" ....
only an idea ....
cGiesen wrote:Whats about security?
Perhaps if I set a WP 2 km away?
Or I define a mission, but I'm on a different location and I start the mission?
EOSBandi wrote:-ralf- wrote:Under "Mission Control" the normal Poshold-Switsch can be used as "Pause Mission" ....
only an idea ....
Yea sure, with a couple dozen more lines and bunch of variables to store the state.... perhaps in the next release cycle
copterrichie wrote:Seems to me, delegating part of this task would be the most expeditious means of get this show on the road. I know cGiesen has done much work on the mw-wingui, as long as he back-port his work, personally I don't see any problems with letting him take the lead on that aspect. What is needed is some clearly defined goals and let people help as best as they can.
dramida wrote:I flown ArduCopter 3 quite a few times and i am impressed about results in GPS PH and AutoNavigation accuracy.
Those performances were obtained by fussioning X-Y GPS data with X-Y accelerometer data.
This strategy for AHRS (Attitude and Heading Reference System) delivers amazing stability to gps noise and outside position perturbation, here is a clip demostrating those feature:
http://youtu.be/YVO-0yvDBE0?t=26s
ps. I still use "old" trusty MWC NHA23 for complex video projects
EOSBandi wrote:e_lm_70 wrote:EOSBandi wrote:
I'm here and listening....![]()
I'm working other personal projects and having a long vacation, but indeed I'm working on wp navigation too, and will have some publicly available code soon....
What else can you tell us?
Is going over atmega2560 board, or will be also for i2c gps module?
Which system are you planing to use for input waypoints?
MAV-link support ?
Thanks
2560 and i2cgps both will be supported (this is the main reason why it took long...)
Updated version of WinGUI will include the mission planner and wp uploader.
NO MAV-Link, just pure MSP.... will add full docu, so anti-MS guys can write their own mission planner.....
JDD wrote:I'm new here but I've been a programmer for a while...
Is there any way we could just add a list of waypoints or single waypoint over Bluetooth or other telemetry radio?
I guess my end goal would be similar to dropping a pin on google maps, sending it to the copter and then having it execute similar to RTH when it got the new coordinates. Basically you could launch from in a field and tap the a specific location on satelite map view and it would fly to it and hold until the next command. TX inputs would always override.
I can make the iPhone app if there's a way to get the coords from the phone to the board.
e_lm_70 wrote:In theory you can add a new command on the serial interface used by GUI, for set the GPS HOME location ... but then your copter will go to that location, and you will have to come back manually ...
So ... you definitely need more then this ... so wait for EOSbandi official implementation
i3dm wrote:guys,
is there any waypoint navigation code that runs on a 328P board?