Skip to content
Snippets Groups Projects

WIP: Resolve "std::set and std::map instead of std::list in wolf nodes"

3 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -466,7 +466,7 @@ class ProcessorMotion : public ProcessorBase, public IsMotion
bool state_blocks,
std::ostream& stream ,
std::string _tabs = "") const override;
CaptureMotionPtr last_ptr_;
protected:
// Attributes
SizeEigen x_size_; ///< The size of the state vector
@@ -475,7 +475,7 @@ CaptureMotionPtr last_ptr_;
SizeEigen delta_cov_size_; ///< the size of the delta covariances matrix
SizeEigen calib_size_; ///< the size of the calibration parameters (TBD in derived classes)
CaptureMotionPtr origin_ptr_;
CaptureMotionPtr last_ptr_;
CaptureMotionPtr incoming_ptr_;
protected:
Loading