selfdriving
edge_interpolated_path.h
Go to the documentation of this file.
1 /* -------------------------------------------------------------------------
2  * SelfDriving C++ library based on PTGs and mrpt-nav
3  * Copyright (C) 2019-2022 Jose Luis Blanco, University of Almeria
4  * See LICENSE for license information.
5  * ------------------------------------------------------------------------- */
6 
9 
10 #include <optional>
11 
12 namespace mpp
13 {
15  MoveEdgeSE2_TPS& edge, const TrajectoriesAndRobotShape& trs,
16  const std::optional<mrpt::math::TPose2D>& reconstrRelPoseOpt = std::nullopt,
17  const std::optional<size_t>& ptg_stepOpt = std::nullopt,
18  const std::optional<size_t>& numSegments = std::nullopt);
19 
20 }
void edge_interpolated_path(MoveEdgeSE2_TPS &edge, const TrajectoriesAndRobotShape &trs, const std::optional< mrpt::math::TPose2D > &reconstrRelPoseOpt=std::nullopt, const std::optional< size_t > &ptg_stepOpt=std::nullopt, const std::optional< size_t > &numSegments=std::nullopt)
Definition: bestTrajectory.h:15