PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Go to the source code of this file.
Macros | |
#define | ACTUATOR_PUBLISH_PERIOD_MS 4 |
This module is a modification of the fixed wing module and it is designed for ground rovers. More... | |
Functions | |
__EXPORT int | rover_pos_control_main (int argc, char *argv[]) |
L1 control app start / stop handling function. More... | |
#define ACTUATOR_PUBLISH_PERIOD_MS 4 |
This module is a modification of the fixed wing module and it is designed for ground rovers.
It has been developed starting from the fw module, simplified and improved with dedicated items.
All the acknowledgments and credits for the fw wing app are reported in those files.
Definition at line 48 of file RoverPositionControl.cpp.
int rover_pos_control_main | ( | int | argc, |
char * | argv[] | ||
) |
L1 control app start / stop handling function.
Definition at line 613 of file RoverPositionControl.cpp.
References main().