Nav2 Navigation Stack - kilted
kilted
ROS 2 Navigation Stack
|
Public Member Functions | |
void | configure (const rclcpp_lifecycle::LifecycleNode::WeakPtr &, std::string, std::shared_ptr< tf2_ros::Buffer >, std::shared_ptr< nav2_costmap_2d::CostmapSubscriber >, std::shared_ptr< nav2_costmap_2d::FootprintSubscriber >) override |
void | cleanup () override |
Method to cleanup resources. | |
void | activate () override |
Method to activate smoother and any threads involved in execution. | |
void | deactivate () override |
Method to deactivate smoother and any threads involved in execution. | |
bool | smooth (nav_msgs::msg::Path &, const rclcpp::Duration &) override |
Method to smooth given path. More... | |
![]() | |
virtual | ~Smoother () |
Virtual destructor. | |
Additional Inherited Members | |
![]() | |
using | Ptr = std::shared_ptr< nav2_core::Smoother > |
Definition at line 27 of file smoother_error_plugin.hpp.
|
inlineoverridevirtual |
Method to smooth given path.
path | In-out path to be smoothed |
max_time | Maximum duration smoothing should take |
Implements nav2_core::Smoother.
Definition at line 42 of file smoother_error_plugin.hpp.