YARP
Yet Another Robot Platform
NavTypes.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
3  * All rights reserved.
4  *
5  * This software may be modified and distributed under the terms of the
6  * BSD-3-Clause license. See the accompanying LICENSE file for details.
7  */
8 
9 #ifndef YARP_DEV_NAVTYPES_H
10 #define YARP_DEV_NAVTYPES_H
11 
12 #include <yarp/math/Vec2D.h>
13 
17 namespace yarp
18 {
19  namespace dev
20  {
21  namespace Nav2D
22  {
26  }
27  }
28 }
29 
30 #endif // YARP_DEV_NAVTYPES_H
yarp::dev::Nav2D::XYWorld
yarp::math::Vec2D< double > XYWorld
Definition: NavTypes.h:25
yarp::math::Vec2D
Definition: Vec2D.h:26
yarp::dev::Nav2D::XYCell
yarp::math::Vec2D< size_t > XYCell
Definition: NavTypes.h:24
yarp
The main, catch-all namespace for YARP.
Definition: environment.h:18
Vec2D.h
yarp::dev::Nav2D::XYCell_unbounded
yarp::math::Vec2D< int > XYCell_unbounded
Definition: NavTypes.h:23