Skip to content

Commit

Permalink
mc_pos_control: change yaw setpoint to yaw
Browse files Browse the repository at this point in the history
  • Loading branch information
Stifael committed Mar 19, 2017
1 parent 2b2c307 commit e1ba989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/mc_pos_control/mc_pos_control_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ MulticopterPositionControl::control_manual(float dt)
R_input_fame.from_euler(0.0f, 0.0f, _yaw_takeoff);

} else {
R_input_fame.from_euler(0.0f, 0.0f, _att_sp.yaw_body);
R_input_fame.from_euler(0.0f, 0.0f, _local_pos.yaw);

}

Expand Down

0 comments on commit e1ba989

Please sign in to comment.