Discussion group for ArduCopter users
Drone flying to non visible point
Hi there,I encountered a problem, while flying in auto mode, with approching to point that was not set by trajectory and is not visible after downloading mission from flight controller by Mission Planner. Does anybody encountered similar problem. The situation is that in the middle flight I stopped the UAV and uploaded new mission and after changing to auto mode it starts to fly in some direction. It goes straight to some point, so I assume it's not mechanical problem. I attached the link to…
Read more…
Comments
I'm already anticipating my first quadcopter crash. I saw someone wanting to sell their Arduflyer 2.5 & ublox GPS for a reasonable price and can't find the note anywhere.
Help?!
Bo Barry
Forum search, http://www.diydrones.com/forum# looking for "hexacopter", no results. Something is rotten in Denmark.
search is not working for me either. A simple search on the word "firmware" yields 'no results'.
What is the difference between:
1)"Arducopter 3DR Hexa B + Optional Electronics kit" from 3DR
2)"ArduCopter 3DR Hexa C - Ready-to-Fly*" from udrones.com
I realize this is essentially the same company - but am wondering if the assembly is the only difference between these two items...
Search is working for me
Anyone else getting "no results" when using the Search function on the discussion forum?
Sounds great Stephen. Thank you.
Wayne - you can find the pre-built hexes at http://firmware.diydrones.com/ You will want the "daily builds" of the appropriate branch (copter, plane, etc)
Note that these builds are compiled and uploaded daily based on the current Git repository so you will have to make sure that use are using the latest codebase when compiling.
OK, that sounds better. Can I download the standard firmware file from somewhere to compare with the one I compiled to ensure they match?
Wayne - The warnings are expected (and normal) with the APM code. The output file is expected to be put in a temp file - that's how the makefile is programmed.
If you're using the Arduino environment, simply select the mega2560 board and correct com port, then press "verify" and then press "upload". Arduino will take care of the details.
The makefile is only used directly if you're using Linux or Cygwin (on Windows).