I have problem with GUIDED commands in c++.
All other commands working perfect, just all GUIDED comands ( 221,222,92 ) give me back error 3
dron normal change mode to GUIDED and base mode show me 89 ( disarmed ) , or 217 armed .
Target sys id 1
target comp 1
in finalizing message system id 255 ( gcs ) comp 0
ok bill i will try it NED frame body offset dont work ?
do i need some setings before this, or this comand supost to work imeddiately after
switch to guided ?
AC3.3.3 is MAVLink 1.1 (you can see this in the source) ie checkout the Copter-3.3 branch of ArduPilot.
The other thing is setup SITL. See developer section in docs. This means you can test easier and you can see the response of the vehicle in a simulated environment.
If you need more detailed help, PM me and we can discuss options.
for start i need just know IF mesage 84/86 SUPOST TO RETURN ACK ( msg 77 ) . if yes, is some thing wrong in my encode proces becouse both of those messages dont give me back ACK !
then also if is posible tell me seqention of guided comands LIke
change mode,
set master
start mission
84/86 msg
for now i switch my drone to GUIDED with out problem, but then i get for all guided cmd ack 3 and msg 84/86 are ignored with out ack
all other commands work perfect ( change mode, arm,disarm,takeoff, land, etc)