|
Nav2 Navigation Stack - rolling
main
ROS 2 Navigation Stack
|

Public Member Functions | |
| void | get (nav2::LifecycleNode *node, const std::string &name) |
| Get params from ROS parameter. More... | |
Public Attributes | |
| const std::map< std::string, ceres::LinearSolverType > | solver_types |
| bool | debug |
| std::string | linear_solver_type |
| int | max_iterations |
| double | param_tol |
| double | fn_tol |
| double | gradient_tol |
Definition at line 112 of file options.hpp.
|
inline |
Get params from ROS parameter.
| node_ | Ptr to node |
| name | Name of plugin |
Definition at line 128 of file options.hpp.
References nav2::LifecycleNode::declare_or_get_parameter().

| const std::map<std::string, ceres::LinearSolverType> nav2_constrained_smoother::OptimizerParams::solver_types |
Definition at line 155 of file options.hpp.