Skip to content
Snippets Groups Projects
Commit 7a9bc34b authored by Idril-Tadzio Geer Cousté's avatar Idril-Tadzio Geer Cousté
Browse files

Merge branch 'devel' of...

Merge branch 'devel' of ssh://gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf into devel
parents 956e738a 73b69437
No related branches found
No related tags found
No related merge requests found
Pipeline #6242 passed
...@@ -69,7 +69,6 @@ class Problem : public std::enable_shared_from_this<Problem> ...@@ -69,7 +69,6 @@ class Problem : public std::enable_shared_from_this<Problem>
PriorOptionsPtr prior_options_; PriorOptionsPtr prior_options_;
private: // CAUTION: THESE METHODS ARE PRIVATE, DO NOT MAKE THEM PUBLIC !! private: // CAUTION: THESE METHODS ARE PRIVATE, DO NOT MAKE THEM PUBLIC !!
Problem(const std::string& _frame_structure); // USE create() below !!
Problem(const std::string& _frame_structure, SizeEigen _dim); // USE create() below !! Problem(const std::string& _frame_structure, SizeEigen _dim); // USE create() below !!
void setup(); void setup();
......
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