wrapped visualSLAM helper functions
parent
02ce40546f
commit
7fdf3ef1bb
4
gtsam.h
4
gtsam.h
|
|
@ -883,6 +883,10 @@ class Values {
|
||||||
gtsam::Pose3 pose(size_t i);
|
gtsam::Pose3 pose(size_t i);
|
||||||
gtsam::Point3 point(size_t j);
|
gtsam::Point3 point(size_t j);
|
||||||
bool exists(size_t key);
|
bool exists(size_t key);
|
||||||
|
Vector xs() const;
|
||||||
|
Vector ys() const;
|
||||||
|
Vector zs() const;
|
||||||
|
Matrix points() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
class Graph {
|
class Graph {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue