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 Status onRun(
const std::shared_ptr<const BackUpAction::Goal> command)
override;
An action server Behavior for spinning in.