2009-12-10 01:29:43 +08:00
|
|
|
/**
|
2009-12-10 07:43:01 +08:00
|
|
|
* @file Pose2Factor.H
|
2009-12-10 01:29:43 +08:00
|
|
|
* @authors Frank Dellaert, Viorela Ila
|
|
|
|
**/
|
2010-01-08 23:32:45 +08:00
|
|
|
|
2009-12-11 07:45:38 +08:00
|
|
|
#pragma once
|
2009-12-10 01:29:43 +08:00
|
|
|
|
2010-01-08 23:32:45 +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 {
|
|
|
|
|
2010-01-08 23:32:45 +08:00
|
|
|
/** This is just a typedef now */
|
|
|
|
typedef BetweenFactor<Pose2, Pose2Config> Pose2Factor;
|
2010-01-08 08:40:17 +08:00
|
|
|
|
2009-12-10 01:29:43 +08:00
|
|
|
} /// namespace gtsam
|