Skip to content

Commit

Permalink
offboard: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Dec 13, 2018
1 parent 41cb76e commit e99a5e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/offboard/include/plugins/offboard/offboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@ class Offboard : public PluginBase {
* @brief Set the attitude rate in terms of pitch, roll and yaw angular rate along with thrust
* in percentage.
*
* @param set_attitude_rate pitch, roll and yaw angular rate along with Thrust in percentage
* `struct`.
* @param attitude_rate roll, pitch and yaw angular rate along with thrust in percentage.
*/
void set_attitude_rate(AttitudeRate attitude_rate);

Expand Down

0 comments on commit e99a5e8

Please sign in to comment.