You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
autogetSquaredDistanceIn2D(const geometry_msgs::msg::Point & point, constdouble s) const
@@ -78,7 +85,8 @@ class CatmullRomSpline : public CatmullRomSplineInterface
78
85
std::vector<LineSegment> line_segments_;
79
86
std::vector<HermiteCurve> curves_;
80
87
std::vector<double> length_list_;
81
-
std::vector<double> maximum_2d_curvatures_;
88
+
/// @note Since curvature calculation requires a large computational cost, it is inefficient to calculate it in the member initializer list and must be calculated when the getMaximum2DCurvature function is first called.
0 commit comments