Nav2 Navigation Stack - humble  humble
ROS 2 Navigation Stack
Public Member Functions | Public Attributes | List of all members
nav2_smac_planner::SmootherParams Struct Reference

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_
 

Detailed Description

Parameters for the smoother cost function.

Parameters for the smoother.

Member Function Documentation

◆ get()

void nav2_smac_planner::SmootherParams::get ( std::shared_ptr< rclcpp_lifecycle::LifecycleNode >  node,
const std::string &  name 
)
inline

Get params from ROS parameter.

Parameters
nodePtr to node
nameName of plugin

Definition at line 70 of file types.hpp.

Referenced by nav2_smac_planner::SmacPlannerHybrid::configure(), nav2_smac_planner::SmacPlannerHybrid::dynamicParametersCallback(), and nav2_smac_planner::SmacPlannerLattice::dynamicParametersCallback().

Here is the caller graph for this function:

The documentation for this struct was generated from the following files: