We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41fc0d2 commit e733072Copy full SHA for e733072
dronekit/__init__.py
@@ -1909,7 +1909,7 @@ def home_location(self, pos):
1909
# Send MAVLink update.
1910
self.send_mavlink(self.message_factory.command_long_encode(
1911
0, 0, # target system, target component
1912
- mavutil.mavlink.MAV_CMD_DO_SETH_OME, # command
+ mavutil.mavlink.MAV_CMD_DO_SET_HOME, # command
1913
0, # confirmation
1914
2, # param 1: 1 to use current position, 2 to use the entered values.
1915
0, 0, 0, # params 2-4
0 commit comments