jtanx / picopterx

FYP 2015 Hexacopter project 🚁🚁🚁🚁
2 stars 1 forks source link

FlightBoard: Relative commands do not work. #82

Closed jtanx closed 9 years ago

jtanx commented 9 years ago

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.

jtanx commented 9 years ago

http://firmware.diydrones.com/Copter/beta/PX4-hexa/

Pixhawk is ArduCopter-v2.px4

jtanx commented 9 years ago

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)...

jtanx commented 9 years ago

The copter is now flashed with 3.3-rc10.