instruction stringclasses 1
value | input stringlengths 104 357 | output stringlengths 30 331 |
|---|---|---|
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 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 40 | hover 20 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 34 meters, hovers for 6 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 34 | 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 37 meters, hovers for 5 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 37 | 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 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 43 meters, hovers for 14 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 43 | 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 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 mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 78 meters, hovers for 13 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 78 | hover 13 | 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 86 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 86 | 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 14 meters, hovers for 8 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 14 | 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 14 meters, hovers for 10 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 14 | 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 24 meters, hovers for 6 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 24 | 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 79 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 79 | 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 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 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 29 | 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 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 16 meters, hovers for 12 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 16 | 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 31 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 31 | 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 84 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 84 | 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 drone connects to the control system and confirms readiness. It then ascends to an altitude of 49 meters, hovers for 5 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 49 | 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 15 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 28 | 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 46 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 46 | 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 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 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 12 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 13 | 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 12 meters, hovers for 11 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 12 | 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 35 meters, hovers for 8 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 35 | 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 47 meters, hovers for 7 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 47 | 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 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 begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 82 meters, hovers for 29 seconds, and navigates to the following waypoints: waypoint1, waypoint2. Finally, the drone returns to the starting point, lands, and disar... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 82 | hover 29 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 24 meters, hovers for 11 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 24 | 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 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 drone connects to the control system and confirms readiness. It then ascends to an altitude of 19 meters, hovers for 5 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 19 | hover 5 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission begins by establishing a connection to the drone and retrieving telemetry data. The drone is armed and motor tests are conducted. It ascends to 87 meters, hovers for 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 87 | 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 drone connects to the control system and confirms readiness. It then ascends to an altitude of 47 meters, hovers for 10 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 47 | 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 17 meters, hovers for 13 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 17 | 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 72 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 72 | hover 23 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 48 meters, hovers for 7 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 48 | 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 68 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 68 | hover 26 | 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 50 meters, hovers for 13 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 50 | hover 13 | 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 48 meters, hovers for 13 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 48 | 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 20 meters, hovers for 7 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 20 | 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 45 meters, hovers for 14 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 45 | 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 48 meters, hovers for 5 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 48 | 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 25 meters, hovers for 12 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 25 | 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 45 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 45 | 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 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 29 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 29 | 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 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 36 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 36 | 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 44 meters, hovers for 5 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 44 | 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 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 37 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 37 | 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 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 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 44 | hover 15 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission 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 29 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4. Finally, the drone returns to the starting p... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 75 | hover 29 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The mission starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The 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 36 meters, hovers for 12 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 36 | 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 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 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 29 | 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 drone connects to the control system and confirms readiness. It then ascends to an altitude of 50 meters, hovers for 8 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 50 | 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 13 meters, hovers for 13 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 13 | 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 89 meters, hovers for 24 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 89 | hover 24 | 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 84 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 84 | hover 25 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 14 meters, hovers for 9 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 14 | 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 96 meters, hovers for 19 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4. Finally, the drone returns to the starting p... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 96 | hover 19 | 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 50 meters, hovers for 8 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 50 | 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 51 meters, hovers for 29 seconds, and navigates to the following waypoints: waypoint1, waypoint2, waypoint3, waypoint4. Finally, the drone returns to the starting p... | connect_to_pixhawk | fetch_telemetry | arm_drone | test_motors_sequential | test_motors_all_together | fly_to_altitude 51 | hover 29 | navigate_to_waypoint waypoint1 | navigate_to_waypoint waypoint2 | navigate_to_waypoint waypoint3 | navigate_to_waypoint waypoint4 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 31 meters, hovers for 10 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 31 | 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 23 meters, hovers for 5 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 23 | 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 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 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 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 40 | 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 starts with connecting to the drone, followed by arming the drone to prepare for operations. | connect_to_pixhawk | arm_drone |
Generate pymavlink commands for the following mission: | The drone connects to the control system and confirms readiness. It then ascends to an altitude of 22 meters, hovers for 13 seconds, and lands safely. | connect_to_pixhawk | fetch_telemetry | arm_drone | fly_to_altitude 22 | hover 13 | return_to_start | disarm_drone |
Generate pymavlink commands for the following mission: | The 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 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 25 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 25 | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.