instruction stringclasses 1
value | input stringlengths 104 357 | output stringlengths 30 331 |
|---|---|---|
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 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 50 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 50 | 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 drone connects to the control system and confirms readiness. It then ascends to an altitude of 38 meters, hovers for 11 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 38 | 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 47 meters, hovers for 14 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 47 | 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 11 meters, hovers for 7 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 11 | 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 20 meters, hovers for 15 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 20 | hover 15 | 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 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 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 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 34 | 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 drone connects to the control system and confirms readiness. It then ascends to an altitude of 47 meters, hovers for 8 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 47 | 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 28 meters, hovers for 12 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 12 | 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 12 meters, hovers for 10 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 12 | 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 27 meters, hovers for 6 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 27 | 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 drone connects to the control system and confirms readiness. It then ascends to an altitude of 32 meters, hovers for 13 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 32 | 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 31 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 31 | hover 12 | 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 84 meters, hovers for 30 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 84 | hover 30 | 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 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 54 meters, hovers for 14 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 14 | 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 41 meters, hovers for 14 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 41 | hover 14 | 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 7 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 11 | hover 7 | 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 25 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 25 | 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 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 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 53 meters, hovers for 15 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 53 | hover 15 | 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 97 meters, hovers for 18 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 18 | 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 26 meters, hovers for 15 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 26 | 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 35 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 35 | 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 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 5 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 17 | 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 22 meters, hovers for 14 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 22 | 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 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 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 31 | 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 drone connects to the control system and confirms readiness. It then ascends to an altitude of 43 meters, hovers for 12 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 43 | 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 47 meters, hovers for 8 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 47 | 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 drone connects to the control system and confirms readiness. It then ascends to an altitude of 47 meters, hovers for 11 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 47 | 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 70 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 70 | 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 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 41 meters, hovers for 24 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 41 | hover 24 | 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 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 81 meters, hovers for 22 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 22 | 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 39 meters, hovers for 5 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 39 | 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 21 meters, hovers for 5 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 21 | 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 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 48 meters, hovers for 9 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 48 | 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 33 meters, hovers for 10 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 33 | 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 24 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 24 | 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 15 meters, hovers for 5 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 15 | 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 9 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 28 | 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 90 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 90 | 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 25 meters, hovers for 12 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 25 | hover 12 | 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 56 meters, hovers for 29 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 56 | hover 29 | 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 33 meters, hovers for 10 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 33 | hover 10 | 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 22 meters, hovers for 10 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 22 | 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 33 meters, hovers for 7 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 33 | hover 7 | 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 66 meters, hovers for 29 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 66 | hover 29 | 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 64 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 64 | 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 31 meters, hovers for 7 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 31 | 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 10 meters, hovers for 14 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 10 | 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 73 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 73 | 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 16 meters, hovers for 9 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 16 | 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 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 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 86 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 86 | 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 32 meters, hovers for 6 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 32 | 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 drone connects to the control system and confirms readiness. It then ascends to an altitude of 29 meters, hovers for 5 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 29 | 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 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 40 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 40 | 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 41 meters, hovers for 15 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 41 | 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 95 meters, hovers for 29 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 29 | 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 92 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 92 | 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 75 meters, hovers for 23 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 75 | hover 23 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | 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.