Ardupilot Update
This commit is contained in:
@@ -173,6 +173,9 @@ class DroneController(Node):
|
||||
vel_y = velocity.get('y', 0.0)
|
||||
|
||||
landing_pad = telemetry.get('landing_pad', None)
|
||||
|
||||
# camera = telemetry.get('camera', None)
|
||||
|
||||
|
||||
# Descent control
|
||||
if altitude > 1.0:
|
||||
|
||||
Reference in New Issue
Block a user