Skip to content

Commit

Permalink
Merge 1929b6a into c345ac2
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Apr 4, 2020
2 parents c345ac2 + 1929b6a commit 66efc2a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion proto
12 changes: 6 additions & 6 deletions src/backend/src/generated/action/action.grpc.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions src/plugins/action/include/plugins/action/action.h
Expand Up @@ -149,8 +149,7 @@ class Action : public PluginBase {
Result reboot() const;

/**
* @brief *
* Send command to shut down the drone components.
* @brief Send command to shut down the drone components.
*
* This will shut down the autopilot, onboard computer, camera and gimbal.
* This command should only be used when the autopilot is disarmed and autopilots commonly
Expand Down Expand Up @@ -198,8 +197,7 @@ class Action : public PluginBase {
Result return_to_launch() const;

/**
* @brief *
* Send command to move the vehicle to a specific global position.
* @brief Send command to move the vehicle to a specific global position.
*
* The latitude and longitude are given in degrees (WGS84 frame) and the altitude
* in meters AMSL (above mean sea level).
Expand Down

0 comments on commit 66efc2a

Please sign in to comment.