15 #ifndef NAV2_BEHAVIORS__PLUGINS__BACK_UP_HPP_
16 #define NAV2_BEHAVIORS__PLUGINS__BACK_UP_HPP_
20 #include "drive_on_heading.hpp"
21 #include "nav2_msgs/action/back_up.hpp"
23 using BackUpAction = nav2_msgs::action::BackUp;
26 namespace nav2_behaviors
31 using BackUpActionGoal = BackUpAction::Goal;
32 using BackUpActionResult = BackUpAction::Result;
34 ResultStatus onRun(
const std::shared_ptr<const BackUpActionGoal> command)
override;
An action server Behavior for spinning in.