instruction
stringclasses
1 value
input
stringlengths
13
72
output
stringlengths
187
290
Generate pymavlink commands for the following mission:
Fly to latitude 76.789021, longitude -5.058373 at 254 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters 76.789021, # Latitude -5.058373, # Longitude 254 # Altitude )
Generate pymavlink commands for the following mission:
Fly to latitude 71.868594, longitude -67.996207 at 74 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters 71.868594, # Latitude -67.996207, # Longitude 74 # Altitude )
Generate pymavlink commands for the following mission:
Land the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_LAND, 0, # Confirmation 0, 0, 0, 0, 0, 0, 0 # Coordinates and altitude not specified )
Generate pymavlink commands for the following mission:
Take off to 50 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_TAKEOFF, 0, # Confirmation 0, 0, 0, 0, 0, 0, 50 # Altitude )
Generate pymavlink commands for the following mission:
Fly to latitude -49.820535, longitude 103.331971 at 413 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -49.820535, # Latitude 103.331971, # Longitude 413 # Altitude )
Generate pymavlink commands for the following mission:
Disarm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 0, # Disarm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Land the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_LAND, 0, # Confirmation 0, 0, 0, 0, 0, 0, 0 # Coordinates and altitude not specified )
Generate pymavlink commands for the following mission:
Arm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 1, # Arm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Fly to latitude -49.152977, longitude -104.284514 at 466 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -49.152977, # Latitude -104.284514, # Longitude 466 # Altitude )
Generate pymavlink commands for the following mission:
Land the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_LAND, 0, # Confirmation 0, 0, 0, 0, 0, 0, 0 # Coordinates and altitude not specified )
Generate pymavlink commands for the following mission:
Land the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_LAND, 0, # Confirmation 0, 0, 0, 0, 0, 0, 0 # Coordinates and altitude not specified )
Generate pymavlink commands for the following mission:
Disarm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 0, # Disarm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Fly to latitude -36.998791, longitude -146.362548 at 66 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -36.998791, # Latitude -146.362548, # Longitude 66 # Altitude )
Generate pymavlink commands for the following mission:
Fly to latitude -75.327289, longitude -81.100791 at 311 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -75.327289, # Latitude -81.100791, # Longitude 311 # Altitude )
Generate pymavlink commands for the following mission:
Fly to latitude -69.932516, longitude -65.874828 at 374 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -69.932516, # Latitude -65.874828, # Longitude 374 # Altitude )
Generate pymavlink commands for the following mission:
Fly to latitude -21.386859, longitude 111.807535 at 115 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -21.386859, # Latitude 111.807535, # Longitude 115 # Altitude )
Generate pymavlink commands for the following mission:
Fly to latitude 16.886027, longitude -43.53808 at 457 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters 16.886027, # Latitude -43.53808, # Longitude 457 # Altitude )
Generate pymavlink commands for the following mission:
Fly to latitude 78.593331, longitude 78.80882 at 31 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters 78.593331, # Latitude 78.80882, # Longitude 31 # Altitude )
Generate pymavlink commands for the following mission:
Arm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 1, # Arm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Fly to latitude 0.450906, longitude 143.754871 at 23 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters 0.450906, # Latitude 143.754871, # Longitude 23 # Altitude )
Generate pymavlink commands for the following mission:
Arm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 1, # Arm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Fly to latitude -30.689199, longitude 106.094614 at 327 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -30.689199, # Latitude 106.094614, # Longitude 327 # Altitude )
Generate pymavlink commands for the following mission:
Land the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_LAND, 0, # Confirmation 0, 0, 0, 0, 0, 0, 0 # Coordinates and altitude not specified )
Generate pymavlink commands for the following mission:
Fly to latitude -84.992074, longitude 70.461896 at 102 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -84.992074, # Latitude 70.461896, # Longitude 102 # Altitude )
Generate pymavlink commands for the following mission:
Arm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 1, # Arm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Fly to latitude 38.714974, longitude 177.592489 at 359 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters 38.714974, # Latitude 177.592489, # Longitude 359 # Altitude )
Generate pymavlink commands for the following mission:
Disarm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 0, # Disarm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Fly to latitude -9.5021, longitude -44.442454 at 203 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -9.5021, # Latitude -44.442454, # Longitude 203 # Altitude )
Generate pymavlink commands for the following mission:
Arm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 1, # Arm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Land the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_LAND, 0, # Confirmation 0, 0, 0, 0, 0, 0, 0 # Coordinates and altitude not specified )
Generate pymavlink commands for the following mission:
Fly to latitude 23.416756, longitude -40.185725 at 56 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters 23.416756, # Latitude -40.185725, # Longitude 56 # Altitude )
Generate pymavlink commands for the following mission:
Disarm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 0, # Disarm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Take off to 50 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_TAKEOFF, 0, # Confirmation 0, 0, 0, 0, 0, 0, 50 # Altitude )
Generate pymavlink commands for the following mission:
Fly to latitude -54.861999, longitude 158.012468 at 196 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -54.861999, # Latitude 158.012468, # Longitude 196 # Altitude )
Generate pymavlink commands for the following mission:
Arm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 1, # Arm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Take off to 50 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_TAKEOFF, 0, # Confirmation 0, 0, 0, 0, 0, 0, 50 # Altitude )
Generate pymavlink commands for the following mission:
Fly to latitude -20.602241, longitude 140.402008 at 64 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -20.602241, # Latitude 140.402008, # Longitude 64 # Altitude )
Generate pymavlink commands for the following mission:
Disarm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 0, # Disarm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Fly to latitude -89.526998, longitude 48.813248 at 124 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -89.526998, # Latitude 48.813248, # Longitude 124 # Altitude )
Generate pymavlink commands for the following mission:
Fly to latitude -48.300675, longitude -1.290222 at 51 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -48.300675, # Latitude -1.290222, # Longitude 51 # Altitude )
Generate pymavlink commands for the following mission:
Disarm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 0, # Disarm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Disarm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 0, # Disarm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Arm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 1, # Arm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Fly to latitude -25.72735, longitude -150.860051 at 291 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -25.72735, # Latitude -150.860051, # Longitude 291 # Altitude )
Generate pymavlink commands for the following mission:
Arm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 1, # Arm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Disarm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 0, # Disarm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Disarm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 0, # Disarm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Fly to latitude -19.476005, longitude -61.790446 at 343 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -19.476005, # Latitude -61.790446, # Longitude 343 # Altitude )
Generate pymavlink commands for the following mission:
Take off to 50 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_TAKEOFF, 0, # Confirmation 0, 0, 0, 0, 0, 0, 50 # Altitude )
Generate pymavlink commands for the following mission:
Take off to 50 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_TAKEOFF, 0, # Confirmation 0, 0, 0, 0, 0, 0, 50 # Altitude )
Generate pymavlink commands for the following mission:
Take off to 50 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_TAKEOFF, 0, # Confirmation 0, 0, 0, 0, 0, 0, 50 # Altitude )
Generate pymavlink commands for the following mission:
Arm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 1, # Arm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Take off to 50 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_TAKEOFF, 0, # Confirmation 0, 0, 0, 0, 0, 0, 50 # Altitude )
Generate pymavlink commands for the following mission:
Disarm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 0, # Disarm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Land the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_LAND, 0, # Confirmation 0, 0, 0, 0, 0, 0, 0 # Coordinates and altitude not specified )
Generate pymavlink commands for the following mission:
Fly to latitude -52.175729, longitude -25.938572 at 196 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -52.175729, # Latitude -25.938572, # Longitude 196 # Altitude )
Generate pymavlink commands for the following mission:
Disarm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 0, # Disarm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Fly to latitude 77.019401, longitude 58.114105 at 329 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters 77.019401, # Latitude 58.114105, # Longitude 329 # Altitude )
Generate pymavlink commands for the following mission:
Fly to latitude -32.209, longitude -80.953982 at 439 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -32.209, # Latitude -80.953982, # Longitude 439 # Altitude )
Generate pymavlink commands for the following mission:
Disarm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 0, # Disarm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Land the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_LAND, 0, # Confirmation 0, 0, 0, 0, 0, 0, 0 # Coordinates and altitude not specified )
Generate pymavlink commands for the following mission:
Land the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_LAND, 0, # Confirmation 0, 0, 0, 0, 0, 0, 0 # Coordinates and altitude not specified )
Generate pymavlink commands for the following mission:
Take off to 50 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_TAKEOFF, 0, # Confirmation 0, 0, 0, 0, 0, 0, 50 # Altitude )
Generate pymavlink commands for the following mission:
Take off to 50 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_TAKEOFF, 0, # Confirmation 0, 0, 0, 0, 0, 0, 50 # Altitude )
Generate pymavlink commands for the following mission:
Land the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_LAND, 0, # Confirmation 0, 0, 0, 0, 0, 0, 0 # Coordinates and altitude not specified )
Generate pymavlink commands for the following mission:
Disarm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 0, # Disarm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Fly to latitude -42.275296, longitude -142.794087 at 474 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -42.275296, # Latitude -142.794087, # Longitude 474 # Altitude )
Generate pymavlink commands for the following mission:
Fly to latitude -40.762131, longitude 144.049693 at 299 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -40.762131, # Latitude 144.049693, # Longitude 299 # Altitude )
Generate pymavlink commands for the following mission:
Fly to latitude -33.263328, longitude -148.425116 at 168 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -33.263328, # Latitude -148.425116, # Longitude 168 # Altitude )
Generate pymavlink commands for the following mission:
Fly to latitude -22.754483, longitude 12.348245 at 485 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -22.754483, # Latitude 12.348245, # Longitude 485 # Altitude )
Generate pymavlink commands for the following mission:
Take off to 50 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_TAKEOFF, 0, # Confirmation 0, 0, 0, 0, 0, 0, 50 # Altitude )
Generate pymavlink commands for the following mission:
Arm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 1, # Arm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Disarm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 0, # Disarm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Fly to latitude -41.671843, longitude 30.131355 at 384 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -41.671843, # Latitude 30.131355, # Longitude 384 # Altitude )
Generate pymavlink commands for the following mission:
Land the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_LAND, 0, # Confirmation 0, 0, 0, 0, 0, 0, 0 # Coordinates and altitude not specified )
Generate pymavlink commands for the following mission:
Fly to latitude -15.236328, longitude -8.027405 at 122 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -15.236328, # Latitude -8.027405, # Longitude 122 # Altitude )
Generate pymavlink commands for the following mission:
Fly to latitude -33.017692, longitude 118.414851 at 276 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -33.017692, # Latitude 118.414851, # Longitude 276 # Altitude )
Generate pymavlink commands for the following mission:
Disarm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 0, # Disarm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Fly to latitude -48.893913, longitude 27.415929 at 20 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -48.893913, # Latitude 27.415929, # Longitude 20 # Altitude )
Generate pymavlink commands for the following mission:
Fly to latitude 33.545975, longitude 133.126242 at 360 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters 33.545975, # Latitude 133.126242, # Longitude 360 # Altitude )
Generate pymavlink commands for the following mission:
Fly to latitude -71.438105, longitude -111.203662 at 234 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -71.438105, # Latitude -111.203662, # Longitude 234 # Altitude )
Generate pymavlink commands for the following mission:
Fly to latitude 7.149102, longitude -1.540342 at 323 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters 7.149102, # Latitude -1.540342, # Longitude 323 # Altitude )
Generate pymavlink commands for the following mission:
Take off to 50 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_TAKEOFF, 0, # Confirmation 0, 0, 0, 0, 0, 0, 50 # Altitude )
Generate pymavlink commands for the following mission:
Fly to latitude -71.326609, longitude -163.717375 at 346 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -71.326609, # Latitude -163.717375, # Longitude 346 # Altitude )
Generate pymavlink commands for the following mission:
Disarm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 0, # Disarm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Arm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 1, # Arm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Land the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_LAND, 0, # Confirmation 0, 0, 0, 0, 0, 0, 0 # Coordinates and altitude not specified )
Generate pymavlink commands for the following mission:
Take off to 50 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_TAKEOFF, 0, # Confirmation 0, 0, 0, 0, 0, 0, 50 # Altitude )
Generate pymavlink commands for the following mission:
Arm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 1, # Arm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Fly to latitude 55.322373, longitude -14.371944 at 173 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters 55.322373, # Latitude -14.371944, # Longitude 173 # Altitude )
Generate pymavlink commands for the following mission:
Arm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 1, # Arm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Fly to latitude -23.961171, longitude 32.437141 at 417 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -23.961171, # Latitude 32.437141, # Longitude 417 # Altitude )
Generate pymavlink commands for the following mission:
Disarm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 0, # Disarm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Land the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_LAND, 0, # Confirmation 0, 0, 0, 0, 0, 0, 0 # Coordinates and altitude not specified )
Generate pymavlink commands for the following mission:
Fly to latitude -30.059048, longitude 107.700064 at 122 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 0, # Confirmation 0, # Delay in seconds 0, 0, 0, # Unused parameters -30.059048, # Latitude 107.700064, # Longitude 122 # Altitude )
Generate pymavlink commands for the following mission:
Take off to 50 meters altitude
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_TAKEOFF, 0, # Confirmation 0, 0, 0, 0, 0, 0, 50 # Altitude )
Generate pymavlink commands for the following mission:
Arm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 1, # Arm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Arm the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, 0, # Confirmation 1, # Arm 0, 0, 0, 0, 0, 0 # Unused parameters )
Generate pymavlink commands for the following mission:
Land the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_LAND, 0, # Confirmation 0, 0, 0, 0, 0, 0, 0 # Coordinates and altitude not specified )
Generate pymavlink commands for the following mission:
Land the drone
master.mav.command_long_send( master.target_system, master.target_component, mavutil.mavlink.MAV_CMD_NAV_LAND, 0, # Confirmation 0, 0, 0, 0, 0, 0, 0 # Coordinates and altitude not specified )