Skip to content
Snippets Groups Projects
Commit b1f19dbb authored by Adam M Rivera's avatar Adam M Rivera
Browse files

AP_AHRS_DCM.cpp: Added comments that follow the new parse structure

parent 0132392e
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,11 @@ ...@@ -25,6 +25,11 @@
// table of user settable parameters // table of user settable parameters
const AP_Param::GroupInfo AP_AHRS::var_info[] PROGMEM = { const AP_Param::GroupInfo AP_AHRS::var_info[] PROGMEM = {
// @Param: YAW_P
// @DisplayName: Yaw P
// @Description: This controls the weight the compass has on the overall heading
// @Range: 0 .4
// @Increment: .01
AP_GROUPINFO("YAW_P", 0, AP_AHRS_DCM, _kp_yaw), AP_GROUPINFO("YAW_P", 0, AP_AHRS_DCM, _kp_yaw),
AP_GROUPEND AP_GROUPEND
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment