|
Calico
A visual-inertial calibration library designed for rapid problem construction and debugging.
|
#include <world_model.h>
Public Attributes | |
| Eigen::Vector3d | point |
| This landmark's location in the world frame. \(\mathbf{t}^w_{wx}\). | |
| int | id |
| Unique id for this landmark. | |
| bool | point_is_constant |
| Flag for keeping this landmark's point constant or as a free parameter. | |
Landmark object which represents a unique 3d point resolved in the world frame \(\mathbf{t}^w_{wx_i}\). Landmark id must be unique. For optimization problems, set world_point_is_constant to true if it is a free parameter that needs to be estimated, false otherwise.