Nav2 Navigation Stack - kilted
kilted
ROS 2 Navigation Stack
|
Additional Inherited Members | |
![]() | |
using | Ptr = std::shared_ptr< nav2_core::Controller > |
![]() | |
void | configure (const rclcpp_lifecycle::LifecycleNode::WeakPtr &, std::string, std::shared_ptr< tf2_ros::Buffer >, std::shared_ptr< nav2_costmap_2d::Costmap2DROS >) override |
void | cleanup () |
Method to cleanup resources. | |
void | activate () |
Method to active planner and any threads involved in execution. | |
void | deactivate () |
Method to deactivate planner and any threads involved in execution. | |
void | setPlan (const nav_msgs::msg::Path &) |
local setPlan - Sets the global plan More... | |
void | setSpeedLimit (const double &, const bool &) |
Limits the maximum linear speed of the robot. More... | |
![]() | |
virtual | ~Controller () |
Virtual destructor. | |
virtual bool | cancel () |
Cancel the current control action. More... | |
virtual void | reset () |
Reset the state of the controller if necessary after task is exited. | |
Definition at line 90 of file controller_error_plugins.hpp.