Skip to content

Commit

Permalink
fix: set min_nav_altitude during export operator to 0.1m to allow the…
Browse files Browse the repository at this point in the history
… drones to turn off their motors earlier during a staged landing
  • Loading branch information
ntamas committed Dec 16, 2023
1 parent 0553640 commit 4ca0b33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/sbstudio/plugin/operators/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def execute(self, context):
settings = {
"export_selected": self.export_selected,
"frame_range": self.frame_range,
"min_nav_altitude": 0.1, # TODO(ntamas): should be configurable
**self.get_settings(),
}

Expand Down

0 comments on commit 4ca0b33

Please sign in to comment.