mirror of
https://github.com/apirrone/Open_Duck_Mini_Runtime.git
synced 2025-09-03 11:43:58 +00:00
update
This commit is contained in:
parent
53ae7e8dbc
commit
1bc8ba2d1f
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class RLWalk:
|
|||
self.start()
|
||||
|
||||
self.imu = Imu(
|
||||
sampling_freq=int(self.control_freq), user_pitch_bias=self.pitch_bias
|
||||
sampling_freq=int(self.control_freq), user_pitch_bias=self.pitch_bias, upside_down=False
|
||||
)
|
||||
|
||||
self.eyes = Eyes()
|
||||
|
|
Loading…
Reference in a new issue