replace matlab.h in gtsam.h for matlab wrapper by its new file nonlinear/utilities.h
parent
2d527f0fc2
commit
9fe804bc1a
2
gtsam.h
2
gtsam.h
|
|
@ -2636,7 +2636,7 @@ virtual class Pose3AttitudeFactor : gtsam::NonlinearFactor{
|
||||||
|
|
||||||
namespace utilities {
|
namespace utilities {
|
||||||
|
|
||||||
#include <matlab.h>
|
#include <gtsam/nonlinear/utilities.h>
|
||||||
gtsam::KeyList createKeyList(Vector I);
|
gtsam::KeyList createKeyList(Vector I);
|
||||||
gtsam::KeyList createKeyList(string s, Vector I);
|
gtsam::KeyList createKeyList(string s, Vector I);
|
||||||
gtsam::KeyVector createKeyVector(Vector I);
|
gtsam::KeyVector createKeyVector(Vector I);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue