Method: Argus::Controller#hover
- Defined in:
- lib/argus/controller.rb
#hover ⇒ Object
33 34 35 36 37 38 39 40 |
# File 'lib/argus/controller.rb', line 33 def hover @moving = false @roll = 0.0 @pitch = 0.0 @gaz = 0.0 @yaw = 0.0 update_pcmd end |