Nav2 Navigation Stack - kilted
kilted
ROS 2 Navigation Stack
|
This is the complete list of members for nav2_constrained_smoother::SmootherCostFunction, including all inherited members.
addCostResidual(const double &weight, const Eigen::Matrix< T, 2, 1 > &pt, const Eigen::Matrix< T, 2, 1 > &pt_next, const Eigen::Matrix< T, 2, 1 > &pt_prev, T &r) const | nav2_constrained_smoother::SmootherCostFunction | inlineprotected |
addCurvatureResidual(const double &weight, const Eigen::Matrix< T, 2, 1 > &pt, const Eigen::Matrix< T, 2, 1 > &pt_next, const Eigen::Matrix< T, 2, 1 > &pt_prev, T &r) const | nav2_constrained_smoother::SmootherCostFunction | inlineprotected |
addDistanceResidual(const double &weight, const Eigen::Matrix< T, 2, 1 > &xi, const Eigen::Matrix< T, 2, 1 > &xi_original, T &r) const | nav2_constrained_smoother::SmootherCostFunction | inlineprotected |
addSmoothingResidual(const double &weight, const Eigen::Matrix< T, 2, 1 > &pt, const Eigen::Matrix< T, 2, 1 > &pt_next, const Eigen::Matrix< T, 2, 1 > &pt_prev, T &r) const | nav2_constrained_smoother::SmootherCostFunction | inlineprotected |
AutoDiff() (defined in nav2_constrained_smoother::SmootherCostFunction) | nav2_constrained_smoother::SmootherCostFunction | inline |
costmap_interpolator_ (defined in nav2_constrained_smoother::SmootherCostFunction) | nav2_constrained_smoother::SmootherCostFunction | protected |
costmap_origin_ (defined in nav2_constrained_smoother::SmootherCostFunction) | nav2_constrained_smoother::SmootherCostFunction | protected |
costmap_resolution_ (defined in nav2_constrained_smoother::SmootherCostFunction) | nav2_constrained_smoother::SmootherCostFunction | protected |
costmap_weight_ (defined in nav2_constrained_smoother::SmootherCostFunction) | nav2_constrained_smoother::SmootherCostFunction | protected |
getCostmapWeight() (defined in nav2_constrained_smoother::SmootherCostFunction) | nav2_constrained_smoother::SmootherCostFunction | inline |
next_to_last_length_ratio_ (defined in nav2_constrained_smoother::SmootherCostFunction) | nav2_constrained_smoother::SmootherCostFunction | protected |
operator()(const T *const pt, const T *const pt_next, const T *const pt_prev, T *pt_residual) const | nav2_constrained_smoother::SmootherCostFunction | inline |
original_pos_ (defined in nav2_constrained_smoother::SmootherCostFunction) | nav2_constrained_smoother::SmootherCostFunction | protected |
params_ (defined in nav2_constrained_smoother::SmootherCostFunction) | nav2_constrained_smoother::SmootherCostFunction | protected |
reversing_ (defined in nav2_constrained_smoother::SmootherCostFunction) | nav2_constrained_smoother::SmootherCostFunction | protected |
setCostmapWeight(double costmap_weight) (defined in nav2_constrained_smoother::SmootherCostFunction) | nav2_constrained_smoother::SmootherCostFunction | inline |
SmootherCostFunction(const Eigen::Vector2d &original_pos, double next_to_last_length_ratio, bool reversing, const nav2_costmap_2d::Costmap2D *costmap, const std::shared_ptr< ceres::BiCubicInterpolator< ceres::Grid2D< unsigned char >>> &costmap_interpolator, const SmootherParams ¶ms, double costmap_weight) | nav2_constrained_smoother::SmootherCostFunction | inline |