selfdriving
ptg_t.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 
7 #pragma once
8 
9 #include <mrpt/nav/tpspace/CParameterizedTrajectoryGenerator.h>
10 
11 namespace mpp
12 {
13 using ptg_t = mrpt::nav::CParameterizedTrajectoryGenerator;
14 
15 } // namespace mpp
Definition: bestTrajectory.h:15
mrpt::nav::CParameterizedTrajectoryGenerator ptg_t
Definition: ptg_t.h:13