Closed jtanx closed 9 years ago
http://firmware.diydrones.com/Copter/beta/PX4-hexa/
Pixhawk is ArduCopter-v2.px4
To be honest, there's not really a sane way of doing this without these commands being available. I'm highly tempted to load the latest beta (3.3-3rc10 as of now)...
The copter is now flashed with 3.3-rc10.
Looking at the ArduCopter release v3.3.1 (what is loaded on the copter), it appears that the SET_POSITION_TARGET_LOCAL_NED message has not been implemented yet.
We could either:
This mostly affects @BrettRD, since the object tracking code currently relies on this. Actually it would affect all of us, since then the 'all stop' command actually does nothing right now.
It shouldn't bee too hard to do the 2nd option, especially with the
CoordAddOffset
function I made to do the spiral path.It probably isn't too hard to do the 1st option either.