Skip to content

Commit

Permalink
increase max range in DISTANCE_SENSOR message template
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Oct 11, 2024
1 parent 61d962c commit dbdb04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvl-a50/mavlink2resthelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def __init__(self, vehicle: int = 1, component: int = 1):
"type": "DISTANCE_SENSOR",
"time_boot_ms": 0,
"min_distance": 0,
"max_distance": 5000,
"max_distance": 50000,
"current_distance": {0},
"mavtype": {{
"type": "MAV_DISTANCE_SENSOR_LASER"
Expand Down

0 comments on commit dbdb04a

Please sign in to comment.