Fixed include path

release/4.3a0
Richard Roberts 2013-08-12 18:21:27 +00:00
parent ea706c82dc
commit 6cba528671
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
#include <gtsam/nonlinear/Values.h>
// We will use simple integer Keys to uniquely identify each robot pose.
#include <gtsam/nonlinear/Key.h>
#include <gtsam/inference/Key.h>
// We will use Pose2 variables (x, y, theta) to represent the robot positions
#include <gtsam/geometry/Pose2.h>