Hi, I am trying to upload a mission to a simulated drone with your great library. While doing this, I followed the instructions under mavlink.io/services/mission. But I continuously getting time out error from the drone side. I think the reason for this initially I send drone mission_count message with value 4 and waiting for mission_request_messages with seq number in a range of 1...4/0...3. But I get a seq number like 123, 196, etc. Thus I do not send responses and get time out error. My work environment build-up from the following components;
px4 with gazebo simulator (docker)
-QGC for visual representation
-java application based on dronfleet library for mavlink communication
My question is it wrong waiting mission seq number in seq field in mission_request message if yes how can I know the requested mission item? And also px4 auto_mission mode does not exist in mavlink common messages how can I send mav_cmd_do_set_mode for setting mission mode?
Hi, I am trying to upload a mission to a simulated drone with your great library. While doing this, I followed the instructions under mavlink.io/services/mission. But I continuously getting time out error from the drone side. I think the reason for this initially I send drone mission_count message with value 4 and waiting for mission_request_messages with seq number in a range of 1...4/0...3. But I get a seq number like 123, 196, etc. Thus I do not send responses and get time out error. My work environment build-up from the following components;