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 2c73932 commit 74c1e83Copy full SHA for 74c1e83
dronekit/__init__.py
@@ -341,7 +341,7 @@ def __str__(self):
341
prefix += "Copter-"
342
elif(self.vehicle_type == mavutil.mavlink.MAV_TYPE_FIXED_WING):
343
prefix += "Plane-"
344
- elif(self.vehicle_type == mavutil.mavlink.MAV_TYPE_ROVER):
+ elif(self.vehicle_type == mavutil.mavlink.MAV_TYPE_GROUND_ROVER):
345
prefix += "Rover-"
346
else:
347
prefix += "UnknownVehicleType%d-" % (self.vehicle_type)
0 commit comments