Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct API description of Telemetry and Offboard plugins. #223

Merged
merged 1 commit into from
Jan 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/offboard/offboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class Offboard
void set_velocity_ned(VelocityNEDYaw velocity_ned_yaw);

/**
* @brief Set the velocity body coordinates coordinates and yaw angular rate.
* @brief Set the velocity body coordinates and yaw angular rate.
*
* @param velocity_body_yawspeed Velocity and yaw angular rate `struct`.
*/
Expand Down
2 changes: 1 addition & 1 deletion plugins/telemetry/telemetry.h
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ class Telemetry
typedef std::function<void(FlightMode flight_mode)> flight_mode_callback_t;

/**
* @brief Subscribe to battery status updates (asynchronous).
* @brief Subscribe to flight mode updates (asynchronous).
*
* Note that flight mode updates are limited to 1Hz.
*
Expand Down