mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
[control_allocation] small function comment typo fix (#22607)
Co-authored-by: Master Chief <master-chief@the-void.com>
This commit is contained in:
committed by
GitHub
parent
cf840ff373
commit
3d5c2ef6c4
@@ -131,9 +131,9 @@ public:
|
|||||||
void setControlSetpoint(const matrix::Vector<float, NUM_AXES> &control) { _control_sp = control; }
|
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; }
|
const matrix::Vector<float, NUM_AXES> &getControlSetpoint() const { return _control_sp; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user