mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 09:58:23 +08:00
Fix And Update Photogrammetry Calculator
[fix] Sweep in radians with GUI in degrees.
This commit is contained in:
committed by
Felix Ruess
parent
7d9c54b2df
commit
9893a2a7e1
@@ -15,9 +15,9 @@
|
||||
<dl_setting max="500" min="1" step="1" var="photogrammetry_radius_min" shortname="r_min" />
|
||||
|
||||
|
||||
<dl_setting max="500" min="1" step="1" var="photogrammetry_height" shortname="computed height" />
|
||||
<dl_setting max="1000" min="1" step="1" var="photogrammetry_sidestep" shortname="computed sidestep" />
|
||||
<dl_setting max="1000" min="1" step="1" var="photogrammetry_triggerstep" shortname="computed trigger" />
|
||||
<dl_setting max="500" min="1" step="1" var="photogrammetry_height" module="cartography/photogrammetry_calculator" shortname="computed height" handler="UpdateHeight" />
|
||||
<dl_setting max="1000" min="1" step="1" var="photogrammetry_sidestep" module="cartography/photogrammetry_calculator" shortname="computed sidestep" handler="UpdateSideStep" />
|
||||
<dl_setting max="1000" min="1" step="1" var="photogrammetry_triggerstep" module="cartography/photogrammetry_calculator" shortname="computed trigger" handler="UpdateTriggerStep" />
|
||||
|
||||
</dl_settings>
|
||||
</dl_settings>
|
||||
|
||||
Reference in New Issue
Block a user