gtsam/cpp/Pose2Factor.h

18 lines
313 B
C
Raw Normal View History

2009-12-10 01:29:43 +08:00
/**
* @file Pose2Factor.H
2009-12-10 01:29:43 +08:00
* @authors Frank Dellaert, Viorela Ila
**/
2009-12-11 07:45:38 +08:00
#pragma once
2009-12-10 01:29:43 +08:00
#include "BetweenFactor.h"
2009-12-10 01:29:43 +08:00
#include "Pose2.h"
2009-12-10 03:55:25 +08:00
#include "Pose2Config.h"
2009-12-10 01:29:43 +08:00
namespace gtsam {
/** This is just a typedef now */
2010-01-14 06:25:03 +08:00
typedef BetweenFactor<Pose2Config, Pose2Config::Key, Pose2> Pose2Factor;
2009-12-10 01:29:43 +08:00
} /// namespace gtsam