selfdriving
PlannerInput.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 
12 #include <mrpt/math/TPose2D.h>
13 
14 #include <functional>
15 
16 namespace mpp
17 {
19 {
22  mrpt::math::TPose2D worldBboxMin, worldBboxMax; //!< World bounds
23  std::vector<ObstacleSource::Ptr> obstacles;
25 };
26 
27 } // namespace mpp
mrpt::math::TPose2D worldBboxMax
World bounds.
Definition: PlannerInput.h:22
mrpt::math::TPose2D worldBboxMin
Definition: PlannerInput.h:22
Definition: bestTrajectory.h:15
Definition: TrajectoriesAndRobotShape.h:25
Definition: SE2_KinState.h:65
SE2_KinState stateStart
Definition: PlannerInput.h:20
Definition: PlannerInput.h:18
SE2orR2_KinState stateGoal
Definition: PlannerInput.h:21
TrajectoriesAndRobotShape ptgs
Definition: PlannerInput.h:24
std::vector< ObstacleSource::Ptr > obstacles
Definition: PlannerInput.h:23
Definition: SE2_KinState.h:75