Firmware
|
Public Member Functions | |
CollisionPrevention (ModuleParams *parent) | |
bool | initializeSubscriptions (SubscriptionArray &subscription_array) |
Initialize the uORB subscriptions using an array. More... | |
bool | is_active () |
void | modifySetpoint (matrix::Vector2f &original_setpoint, const float max_speed) |
![]() | |
ModuleParams (ModuleParams *parent) | |
void | setParent (ModuleParams *parent) |
Sets the parent module. More... | |
ModuleParams (const ModuleParams &)=delete | |
ModuleParams & | operator= (const ModuleParams &)=delete |
ModuleParams (ModuleParams &&)=delete | |
ModuleParams & | operator= (ModuleParams &&)=delete |
![]() | |
void | setSibling (ModuleParams * sibling) |
const ModuleParams * | getSibling () const |
Additional Inherited Members | |
![]() | |
virtual void | updateParams () |
Call this method whenever the module gets a parameter change notification. More... | |
virtual void | updateParamsImpl () |
The implementation for this is generated with the macro DEFINE_PARAMETERS() | |
![]() | |
ModuleParams * | _sibling |
bool CollisionPrevention::initializeSubscriptions | ( | SubscriptionArray & | subscription_array | ) |
Initialize the uORB subscriptions using an array.