PX4 Firmware
PX4 Autopilot Software http://px4.io
ManualSmoothingZ.hpp File Reference
#include <px4_platform_common/module_params.h>
Include dependency graph for ManualSmoothingZ.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ManualSmoothingZ
 

Enumerations

enum  ManualIntentionZ { ManualIntentionZ::brake, ManualIntentionZ::acceleration }
 User-intention. More...
 

Enumeration Type Documentation

◆ ManualIntentionZ

enum ManualIntentionZ
strong

User-intention.

  • brake: vehicle should stop
  • acceleration: vehicle should move up or down
Enumerator
brake 
acceleration 

Definition at line 50 of file ManualSmoothingZ.hpp.