#include <VisualHovering.h>

Public Member Functions | |
| VisualHoveringOptions () | |
| Default constructor. | |
| string | getObjectName () const |
| Gets the Name of the Options. | |
Public Attributes | |
| DecimalOption * | trimRoll |
| Base roll control output. | |
| DecimalOption * | trimPitch |
| Base pitch control output. | |
| DecimalOption * | trimYaw |
| Base yaw control output. | |
| IntOption * | heightCtrlType |
| Type of controller 0 remote, 1 onboard height ctrl, 2 GPS + onboard height ctrl. | |
| IntOption * | algoType |
| Type of algorithm. | |
| IntOption * | visDepth |
| Level of visualization. | |
| DecimalOption * | inKAngle |
| kAngle value (controller gain). | |
| DecimalOption * | inKfeatErr |
| kFeatError value (weight of visual features). | |
| DecimalOption * | inKintegral |
| kIntegral value (weight of integral gain). | |
| BoolOption * | use_omega |
| Whether or not use angular velocities. | |
| StringOption * | log_path |
| Path top save log file. | |
| StringOption * | log_name |
| Name of log file. | |
| BoolOption * | make_log |
| Whether or not record a logfile. | |
| BoolOption * | make_video_log |
| Whether or not record a video log. | |
Base roll control output.
1.5.6