Skip to content
Snippets Groups Projects

WIP: Resolve "Complete state vector new data structure?"

Closed Joan Solà Ortega requested to merge 287-tris into devel
2 files
+ 14
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -97,6 +97,7 @@ class CaptureBase : public NodeBase, public HasStateBlocks, public std::enable_s
@@ -97,6 +97,7 @@ class CaptureBase : public NodeBase, public HasStateBlocks, public std::enable_s
SizeEigen getCalibSize() const;
SizeEigen getCalibSize() const;
Eigen::VectorXd getCalibration() const;
Eigen::VectorXd getCalibration() const;
void setCalibration(const Eigen::VectorXd& _calib);
void setCalibration(const Eigen::VectorXd& _calib);
 
void setCalibration(const VectorComposite& _calib);
void move(FrameBasePtr);
void move(FrameBasePtr);
void link(FrameBasePtr);
void link(FrameBasePtr);
template<typename classType, typename... T>
template<typename classType, typename... T>
Loading