instruction stringclasses 1
value | input stringlengths 104 357 | output stringlengths 30 331 |
|---|---|---|
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 33 meters, hovers for 13 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 33 | hover 13 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 30 meters, hovers for 8 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 30 | hover 8 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 80 meters, hovers for 30 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3. Finally, the drone returns to the starting point, lands... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 80 | hover 30 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 48 meters, hovers for 18 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3. Finally, the drone returns to the starting point, lands... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 48 | hover 18 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 21 meters, hovers for 12 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4. Finally, the drone returns to the starting p... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 21 | hover 12 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 11 meters, hovers for 5 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 11 | hover 5 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 42 meters, hovers for 14 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 42 | hover 14 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 40 meters, hovers for 5 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 40 | hover 5 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 34 meters, hovers for 10 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 34 | hover 10 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 93 meters, hovers for 17 seconds, and navigates to the following waypoints: waypoint1, waypoint2. Finally, the drone returns to the starting point, lands, and disar... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 93 | hover 17 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 22 meters, hovers for 13 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 22 | hover 13 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 71 meters, hovers for 16 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4, waypoint5. Finally, the drone returns to the... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 71 | hover 16 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | navigate_to_waypoint waypoint5 | return_to_start | di... |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 22 meters, hovers for 13 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 22 | hover 13 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 23 meters, hovers for 8 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 23 | hover 8 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 27 meters, hovers for 13 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 27 | hover 13 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 28 meters, hovers for 11 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 28 | hover 11 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 22 meters, hovers for 20 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4. Finally, the drone returns to the starting p... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 22 | hover 20 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 20 meters, hovers for 9 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 20 | hover 9 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 32 meters, hovers for 9 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 32 | hover 9 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 70 meters, hovers for 25 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4. Finally, the drone returns to the starting p... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 70 | hover 25 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 31 meters, hovers for 18 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3. Finally, the drone returns to the starting point, lands... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 31 | hover 18 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 20 meters, hovers for 15 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 20 | hover 15 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 73 meters, hovers for 15 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3. Finally, the drone returns to the starting point, lands... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 73 | hover 15 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 32 meters, hovers for 12 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4. Finally, the drone returns to the starting p... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 32 | hover 12 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 87 meters, hovers for 28 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4, waypoint5. Finally, the drone returns to the... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 87 | hover 28 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | navigate_to_waypoint waypoint5 | return_to_start | di... |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 20 meters, hovers for 11 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 20 | hover 11 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 10 meters, hovers for 10 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 10 | hover 10 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 50 meters, hovers for 28 seconds, and navigates to the following waypoints: waypoint1, waypoint2. Finally, the drone returns to the starting point, lands, and disar... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 50 | hover 28 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 31 meters, hovers for 25 seconds, and navigates to the following waypoints: waypoint1, waypoint2. Finally, the drone returns to the starting point, lands, and disar... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 31 | hover 25 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 15 meters, hovers for 15 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 15 | hover 15 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 97 meters, hovers for 26 seconds, and navigates to the following waypoints: waypoint1, waypoint2. Finally, the drone returns to the starting point, lands, and disar... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 97 | hover 26 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 37 meters, hovers for 9 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 37 | hover 9 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 81 meters, hovers for 29 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4. Finally, the drone returns to the starting p... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 81 | hover 29 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 20 meters, hovers for 15 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 20 | hover 15 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 27 meters, hovers for 18 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4, waypoint5. Finally, the drone returns to the... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 27 | hover 18 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | navigate_to_waypoint waypoint5 | return_to_start | di... |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 65 meters, hovers for 17 seconds, and navigates to the following waypoints: waypoint1, waypoint2. Finally, the drone returns to the starting point, lands, and disar... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 65 | hover 17 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 20 meters, hovers for 12 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 20 | hover 12 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 60 meters, hovers for 27 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4. Finally, the drone returns to the starting p... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 60 | hover 27 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 30 meters, hovers for 12 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 30 | hover 12 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 78 meters, hovers for 14 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4, waypoint5. Finally, the drone returns to the... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 78 | hover 14 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | navigate_to_waypoint waypoint5 | return_to_start | di... |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 91 meters, hovers for 22 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4, waypoint5. Finally, the drone returns to the... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 91 | hover 22 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | navigate_to_waypoint waypoint5 | return_to_start | di... |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 85 meters, hovers for 14 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4, waypoint5. Finally, the drone returns to the... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 85 | hover 14 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | navigate_to_waypoint waypoint5 | return_to_start | di... |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 19 meters, hovers for 14 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 19 | hover 14 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 17 meters, hovers for 8 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 17 | hover 8 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 82 meters, hovers for 29 seconds, and navigates to the following waypoints: waypoint1, waypoint2. Finally, the drone returns to the starting point, lands, and disar... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 82 | hover 29 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 27 meters, hovers for 9 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 27 | hover 9 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 46 meters, hovers for 12 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 46 | hover 12 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 42 meters, hovers for 29 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4. Finally, the drone returns to the starting p... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 42 | hover 29 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 34 meters, hovers for 10 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3. Finally, the drone returns to the starting point, lands... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 34 | hover 10 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 38 meters, hovers for 7 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 38 | hover 7 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 40 meters, hovers for 14 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 40 | hover 14 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 35 meters, hovers for 10 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4, waypoint5. Finally, the drone returns to the... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 35 | hover 10 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | navigate_to_waypoint waypoint5 | return_to_start | di... |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 54 meters, hovers for 28 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3. Finally, the drone returns to the starting point, lands... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 54 | hover 28 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 25 meters, hovers for 23 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3. Finally, the drone returns to the starting point, lands... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 25 | hover 23 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 29 meters, hovers for 9 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 29 | hover 9 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 76 meters, hovers for 10 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4. Finally, the drone returns to the starting p... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 76 | hover 10 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 29 meters, hovers for 23 seconds, and navigates to the following waypoints: waypoint1, waypoint2. Finally, the drone returns to the starting point, lands, and disar... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 29 | hover 23 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 15 meters, hovers for 8 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 15 | hover 8 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 96 meters, hovers for 20 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4. Finally, the drone returns to the starting p... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 96 | hover 20 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 47 meters, hovers for 26 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4, waypoint5. Finally, the drone returns to the... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 47 | hover 26 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | navigate_to_waypoint waypoint5 | return_to_start | di... |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 33 meters, hovers for 15 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 33 | hover 15 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 47 meters, hovers for 12 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 47 | hover 12 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 37 meters, hovers for 8 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 37 | hover 8 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 46 meters, hovers for 13 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 46 | hover 13 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 10 meters, hovers for 13 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 10 | hover 13 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 52 meters, hovers for 12 seconds, and navigates to the following waypoints: waypoint1, waypoint2. Finally, the drone returns to the starting point, lands, and disar... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 52 | hover 12 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 35 meters, hovers for 9 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 35 | hover 9 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 36 meters, hovers for 7 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 36 | hover 7 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 38 meters, hovers for 6 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 38 | hover 6 | return_to_start | disarm_drone |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.