Skip to content

Commit

Permalink
[control_allocation] small function comment typo fix (#22607)
Browse files Browse the repository at this point in the history
Co-authored-by: Master Chief <master-chief@the-void.com>
  • Loading branch information
somebody-once-told-me and Master Chief committed Jan 8, 2024
1 parent cf840ff commit 3d5c2ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ class ControlAllocation
void setControlSetpoint(const matrix::Vector<float, NUM_AXES> &control) { _control_sp = control; }

/**
* Set the desired control vector
* Get the desired control vector
*
* @param Control vector
* @return Control vector
*/
const matrix::Vector<float, NUM_AXES> &getControlSetpoint() const { return _control_sp; }

Expand Down

0 comments on commit 3d5c2ef

Please sign in to comment.