| 120 | struct ZeroTrajectoryCost |
| 121 | { |
| 122 | double operator()(const SplineTrajectory::QuinticSplineND<3> &spline, |
| 123 | const std::vector<double> ×, |
| 124 | const Eigen::Matrix<double, Eigen::Dynamic, 3, Eigen::RowMajor> &waypoints, |
| 125 | double start_time, |
nothing calls this directly
no outgoing calls
no test coverage detected