Open kumar-rajwnai opened 2 years ago
Hello,
You have to use "vehicle.mode.name
" (to compare with "GUIDED
") as explained in the documentation and shown in the "vehicle_state.py" example.
Best regards, Pascal.
Thanks. it's working after downgrade pymavlink.
Why did you have to downgrade PyMAVLink ? Which version do work correctly ? And which version does not ? (Why ?)
The latest version of PyMAVLink is not working. I am currently using 2.4.8 version. I found this version from one of the issues i can't remember from which issue i found.
I had the same issue and can confirm that downgrading pymavlink was the solution. Not sure though why exactly.
The latest version of PyMAVLink is not working. I am currently using 2.4.8 version. I found this version from one of the issues i can't remember from which issue i found.
It is useful.Thank you very much
I am trying to run the following script on my laptop. os : windows python : 3.6.8
log from mavproxy Got COMMAND_ACK: REQUEST_AUTOPILOT_CAPABILITIES: ACCEPTED Got COMMAND_ACK: DO_SET_MODE: UNSUPPORTED
log from script CRITICAL:autopilot:APM:Copter V3.3 (d6053245) CRITICAL:autopilot:Frame: QUAD Vehicle is now armable Waiting for drone to enter GUIDED flight mode Waiting for drone to enter GUIDED flight mode Waiting for drone to enter GUIDED flight mode Waiting for drone to enter GUIDED flight mode Waiting for drone to enter GUIDED flight mode Waiting for drone to enter GUIDED flight mode Waiting for drone to enter GUIDED flight mode Waiting for drone to enter GUIDED flight mode Waiting for drone to enter GUIDED flight mode
can you please help me how can i run the basic program?