You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 years ago | |
---|---|---|
.. | ||
README.md | 9 years ago | |
sitl_calibration.py | 9 years ago |
README.md
MAVProxy modules
This folder contains modules for MAVProxy specifically for ArduPilot. Add the
path to this folder to your PYTHONPATH
in order to use it.
Modules
sitl_calibration
This module interfaces with the calibration
model of SITL. It provides
commands to actuate on the vehicle's rotation to simulate a calibration
process.
Accelerometer Calibration
The command sitl_accelcal
listens to the accelerometer calibration status
texts and set the vehicle in the desired attitude. Example:
accelcal
sitl_accelcal
Compass Calibration
The command sitl_magcal
applies angular velocity on the vehicle in order to
get the compasses calibrated. Example:
magcal start
sitl_magcal
Other commands
There are other commands you can use with this module:
sitl_attitude
: set vehicle at a desired attitudesitl_angvel
: apply angular velocity on the vehiclesitl_stop
: stop any of this module's currently active command