2010-10-14 12:54:38 +08:00
|
|
|
/* ----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
* GTSAM Copyright 2010, Georgia Tech Research Corporation,
|
|
|
|
* Atlanta, Georgia 30332-0415
|
|
|
|
* All Rights Reserved
|
|
|
|
* Authors: Frank Dellaert, et al. (see THANKS for the full author list)
|
|
|
|
|
|
|
|
* See LICENSE for the license information
|
|
|
|
|
|
|
|
* -------------------------------------------------------------------------- */
|
|
|
|
|
2010-02-23 13:06:16 +08:00
|
|
|
/*
|
2010-07-12 15:16:31 +08:00
|
|
|
* Simulated2DOdometry.h
|
2010-02-23 13:06:16 +08:00
|
|
|
*
|
|
|
|
* Re-created on Feb 22, 2010 for compatibility with MATLAB
|
|
|
|
* Author: Frank Dellaert
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2010-08-20 01:23:19 +08:00
|
|
|
#include <gtsam/slam/simulated2D.h>
|
2010-10-09 11:09:58 +08:00
|
|
|
#include <gtsam/slam/Simulated2DValues.h>
|
2010-02-23 13:06:16 +08:00
|
|
|
|
|
|
|
namespace gtsam {
|
|
|
|
|
2010-07-12 15:16:31 +08:00
|
|
|
typedef simulated2D::Odometry Simulated2DOdometry;
|
2010-02-23 13:06:16 +08:00
|
|
|
|
|
|
|
}
|
|
|
|
|