Skip to content

Commit

Permalink
gimbal_control: fix using
Browse files Browse the repository at this point in the history
  • Loading branch information
vooon committed Jun 7, 2024
1 parent a6fe6c3 commit 3e6ede1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mavros_extras/src/plugins/gimbal_control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ using mavlink::common::GIMBAL_DEVICE_FLAGS;
using mavlink::common::GIMBAL_DEVICE_ERROR_FLAGS;
using mavlink::common::MAV_CMD;
using utils::enum_value;
using uas::s_shared_lock;

/**
* @brief Gimbal Control Plugin
Expand Down Expand Up @@ -709,6 +710,7 @@ class GimbalControlPlugin : public plugin::Plugin
get_logger(), !res->success, "GimbalManager - camera track: plugin service call failed!");
}
};

} // namespace extra_plugins
} // namespace mavros

Expand Down

0 comments on commit 3e6ede1

Please sign in to comment.