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 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 90 meters, hovers for 20 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 90 | hover 20 | 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 12 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 37 | hover 12 | 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 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 18 meters, hovers for 7 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 18 | 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 59 meters, hovers for 11 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 59 | hover 11 | 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 49 meters, hovers for 10 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 49 | 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 62 meters, hovers for 27 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 62 | hover 27 | 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 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 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 47 | hover 28 | 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 50 meters, hovers for 11 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 50 | hover 11 | 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 83 meters, hovers for 11 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 83 | hover 11 | 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 34 meters, hovers for 11 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 34 | hover 11 | 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 44 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 44 | 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 46 meters, hovers for 8 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 46 | 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 drone connects to the control system and confirms readiness. It then ascends to an altitude of 25 meters, hovers for 10 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 25 | hover 10 | 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 11 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 22 | 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 42 meters, hovers for 9 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 42 | 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 29 meters, hovers for 12 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 29 | 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 34 meters, hovers for 11 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 34 | hover 11 | 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 42 meters, hovers for 21 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 42 | hover 21 | 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 45 meters, hovers for 9 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 45 | 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 97 meters, hovers for 14 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 14 | 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 begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 63 meters, hovers for 25 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 63 | hover 25 | 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 30 meters, hovers for 9 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 30 | 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 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 30 meters, hovers for 26 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 30 | hover 26 | 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 21 meters, hovers for 13 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 21 | 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 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 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 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 52 | 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 begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 90 meters, hovers for 27 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 90 | hover 27 | 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 41 meters, hovers for 10 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 41 | hover 10 | 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 10 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 35 | hover 10 | 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 31 meters, hovers for 11 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 31 | hover 11 | 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 75 meters, hovers for 16 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 75 | hover 16 | 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 39 meters, hovers for 10 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 39 | hover 10 | 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 95 meters, hovers for 15 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 95 | hover 15 | 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 41 meters, hovers for 8 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 41 | 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 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 94 meters, hovers for 18 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 94 | hover 18 | 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 22 meters, hovers for 7 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 22 | hover 7 | 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 83 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 83 | 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 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 18 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 97 | hover 18 | 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 96 meters, hovers for 20 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 96 | hover 20 | 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 5 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 20 | 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 28 meters, hovers for 8 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 28 | 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 38 meters, hovers for 14 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 38 | 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 32 meters, hovers for 8 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 32 | hover 8 | 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 43 meters, hovers for 20 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 43 | hover 20 | 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 11 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 33 | 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 85 meters, hovers for 12 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 85 | hover 12 | 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 57 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 57 | 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 88 meters, hovers for 23 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 88 | hover 23 | 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 45 meters, hovers for 10 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 45 | hover 10 | 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 48 meters, hovers for 15 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 48 | hover 15 | 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 11 meters, hovers for 13 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 11 | 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 48 meters, hovers for 12 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 48 | hover 12 | 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 28 meters, hovers for 19 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 28 | hover 19 | 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 28 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 28 | 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 24 meters, hovers for 9 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 24 | 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 30 meters, hovers for 6 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 30 | hover 6 | 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 65 meters, hovers for 13 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 65 | hover 13 | 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 51 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 51 | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.