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 11 meters, hovers for 10 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 11 | 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 39 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 39 | 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 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 11 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 33 | hover 11 | 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 begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 77 meters, hovers for 11 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 77 | hover 11 | 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 56 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 56 | hover 18 | 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 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 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 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 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 drone connects to the control system and confirms readiness. It then ascends to an altitude of 43 meters, hovers for 10 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 43 | 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 64 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 64 | 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 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 9 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 47 | 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 31 meters, hovers for 9 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 31 | 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 10 meters, hovers for 12 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 10 | 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 43 meters, hovers for 6 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 43 | 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 13 meters, hovers for 10 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 13 | 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 27 meters, hovers for 14 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 27 | 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 33 meters, hovers for 8 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 33 | 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 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 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 76 | hover 23 | 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 95 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 95 | hover 23 | 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 95 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 95 | 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 51 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 51 | 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 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 26 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 26 | 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 71 meters, hovers for 19 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 71 | hover 19 | 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 73 meters, hovers for 24 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 73 | hover 24 | 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 79 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 79 | 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 drone connects to the control system and confirms readiness. It then ascends to an altitude of 21 meters, hovers for 9 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 21 | 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 29 meters, hovers for 11 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 29 | hover 11 | 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 19 meters, hovers for 15 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 19 | 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 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 59 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 59 | 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 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 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 57 | 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 drone connects to the control system and confirms readiness. It then ascends to an altitude of 47 meters, hovers for 5 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 47 | 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 15 meters, hovers for 12 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 15 | 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 drone connects to the control system and confirms readiness. It then ascends to an altitude of 21 meters, hovers for 9 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 21 | 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 16 meters, hovers for 5 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 16 | 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 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 21 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 54 | hover 21 | 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 21 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 21 | 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 83 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 83 | 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 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 24 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 65 | hover 24 | 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 50 meters, hovers for 13 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 50 | 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 16 meters, hovers for 10 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 16 | 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 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 59 meters, hovers for 21 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 21 | 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 7 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 26 | 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 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 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 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 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 83 | 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 31 meters, hovers for 13 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 31 | 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 25 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 25 | 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 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 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 42 | 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 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 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 32 | 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 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 76 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 76 | hover 25 | 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 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 93 meters, hovers for 30 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 93 | hover 30 | 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 41 meters, hovers for 5 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 41 | 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 43 meters, hovers for 15 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 43 | 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 61 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 61 | 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 drone connects to the control system and confirms readiness. It then ascends to an altitude of 23 meters, hovers for 10 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 23 | 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 23 meters, hovers for 6 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 23 | hover 6 | 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 82 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 82 | 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 drone connects to the control system and confirms readiness. It then ascends to an altitude of 25 meters, hovers for 9 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 25 | 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 98 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 98 | 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 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 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 94 | hover 27 | 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.