Skip to content
Snippets Groups Projects
Commit 025b5686 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

WIP adapt PrrioOptions to composites

parent 162195e4
No related branches found
No related tags found
1 merge request!366Resolve "Complete state vector new data structure?"
......@@ -38,8 +38,11 @@ enum Notification
struct PriorOptions
{
std::string mode = "";
Eigen::VectorXd state;
Eigen::MatrixXd cov;
Eigen::VectorXd state; // todo remove all
Eigen::MatrixXd cov; // todo remove all
StateStructure structure;
VectorComposite state__; // todo remove __
MatrixComposite cov__; // todo remove __
double time_tolerance;
};
WOLF_STRUCT_PTR_TYPEDEFS(PriorOptions);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment