Skip to content
Snippets Groups Projects

Resolve "New data structure for storing stateblocks"

Merged Joan Solà Ortega requested to merge 256-new-data-structure-for-storing-stateblocks into devel
3 files
+ 102
77
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -39,7 +39,6 @@ class FrameBase : public NodeBase, public HasStateBlocks, public std::enable_sha
TrajectoryBaseWPtr trajectory_ptr_;
CaptureBasePtrList capture_list_;
FactorBasePtrList constrained_by_list_;
std::string structure_;
static unsigned int frame_id_count_;
@@ -107,10 +106,6 @@ class FrameBase : public NodeBase, public HasStateBlocks, public std::enable_sha
// States
public:
void setState(const Eigen::VectorXs& _state);
Eigen::VectorXs getState() const;
void getState(Eigen::VectorXs& _state) const;
unsigned int getSize() const;
unsigned int getLocalSize() const;
bool getCovariance(Eigen::MatrixXs& _cov) const;
// Wolf tree access ---------------------------------------------------
Loading