Skip to content

Commit

Permalink
Merge pull request #570 from bitcraze/jonasdn/569
Browse files Browse the repository at this point in the history
FlightTab: Do not set PID controller by default
  • Loading branch information
jonasdn authored Jan 25, 2022
2 parents 4deaa64 + 9021ba2 commit 9639207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfclient/ui/tabs/FlightTab.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def connected(self, linkURI):
x=0.0, y=0.0, z=0.0,
default_velocity=0.3,
default_height=0.5,
controller=PositionHlCommander.CONTROLLER_PID
controller=int(self.helper.cf.param.get_value('stabilizer.controller'))
)

try:
Expand Down

0 comments on commit 9639207

Please sign in to comment.