Nav2 Navigation Stack - kilted
kilted
ROS 2 Navigation Stack
|
Parameters for the smoother cost function. More...
#include <nav2_constrained_smoother/include/nav2_constrained_smoother/options.hpp>
Public Member Functions | |
SmootherParams () | |
A constructor for nav2_smac_planner::SmootherParams. | |
void | get (std::shared_ptr< rclcpp_lifecycle::LifecycleNode > node, const std::string &name) |
Get params from ROS parameter. More... | |
Public Attributes | |
double | tolerance_ |
int | max_its_ |
double | w_data_ |
double | w_smooth_ |
bool | holonomic_ |
bool | do_refinement_ |
int | refinement_num_ |
Parameters for the smoother cost function.
Parameters for the smoother.
|
inline |
Get params from ROS parameter.
node | Ptr to node |
name | Name of plugin |
Definition at line 75 of file types.hpp.
Referenced by nav2_smac_planner::SmacPlannerHybrid::configure(), nav2_smac_planner::SmacPlannerHybrid::dynamicParametersCallback(), and nav2_smac_planner::SmacPlannerLattice::dynamicParametersCallback().