YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
NavTypes.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5
6#ifndef YARP_DEV_NAVTYPES_H
7#define YARP_DEV_NAVTYPES_H
8
9#include <yarp/math/Vec2D.h>
10
14namespace yarp::dev::Nav2D {
18} // namespace yarp::dev::Nav2D
19
20#endif // YARP_DEV_NAVTYPES_H
yarp::math::Vec2D< int > XYCell_unbounded
Definition NavTypes.h:15
yarp::math::Vec2D< size_t > XYCell
Definition NavTypes.h:16
yarp::math::Vec2D< double > XYWorld
Definition NavTypes.h:17