Skip to content

Commit

Permalink
mode: extends available replacements to precision land mode
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeLaine committed Aug 5, 2024
1 parent bfebd82 commit 3f8f60f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions px4_ros2_cpp/include/px4_ros2/components/mode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ class ModeBase : public Context
px4_msgs::msg::VehicleStatus::NAVIGATION_STATE_AUTO_LAND;
static constexpr ModeID kModeIDRtl =
px4_msgs::msg::VehicleStatus::NAVIGATION_STATE_AUTO_RTL;
static constexpr ModeID kModeIDPrecisionLand =
px4_msgs::msg::VehicleStatus::NAVIGATION_STATE_AUTO_PRECLAND;

struct Settings
{
Expand Down

0 comments on commit 3f8f60f

Please sign in to comment.