"Hi, I am using the Mission Planner 1.2.47, I am able to locate the geographical co-ordinates and send it to the MAV. But I am not able to tune the values of P I D, where the particular field is inactive and I cannot vary those values and send it to…"
Hi,Can anyone explain stabilization() in Arduplane code. I am planning to do roll stabilization. Can anyone explain how to do roll stabilization. Please reply.
Hi,In waypoint protocol explanation, http://qgroundcontrol.org/mavlink/waypoint_protocol , there is set_new_current_mav_waypoint. In the diagram it shows GCS must send Waypoint_set_current message to MAV. Can anyone please tell in Mission planner…
Hi,I am developing a generic autopilot board which communicates with Arduino Mission Planner using Mavlink Prootocl. I am trying to implement waypoint protocol.After receiving the Mission_Request_list from MP, I am sending the Mission_counts packet…
""Loaderlock was Detected
DLL 'C:\WINDOWS\assembly\GAC\Microsoft.DirectX.DirectInput\1.0.2902.0__31bf3856ad364e35\Microsoft.DirectX.DirectInput.dll' is attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a…"
Hi,I am developing a generic autopilot board which communicateswith arduino mission planner using mavlink protocol. when i click 'Read WPs' in MP,it is showing "getting WP count".Even if i send WP count packet from auto pilot board MP is not…
"hi, now i am able to receive and decode the packet from GCS. In hyperterminal its printing "heart beat" and "parameter request" according to the packets received. But now i am trying to send mission_count packet on detection of Mission_request_list.…"
"Thanks but I couldnt find that option in mission planner. But when i am reading the telemetry link i am continuously getting radio message( #0xA6. I am not doing mavlink connection to mission planner for the time being). So using the…"
Hi,I am trying to decode mavlink message sent from GCS. This is the code I am using. The autopilot board is based on PSoC5 processor.void comm_receive(){mavlink_message_t msg;mavlink_status_t status;p=UART_2_GetRxBufferSize();for(q=0;qcharc=…
"Hi,
There is another message RADIO_STATUS with id #109. It has also the same input arguments (like noise, rssi etc) as the message with id #166. What is the difference between the two messages??"