Draft: Resolve "Problem local_reference_"
Compare changes
Files
2+ 10
− 2
@@ -99,11 +99,19 @@ class Problem : public std::enable_shared_from_this<Problem>
@@ -99,11 +99,19 @@ class Problem : public std::enable_shared_from_this<Problem>
Problem(const std::string& _frame_structure, SizeEigen _dim, MapBasePtr _map); // USE create() below !!
static ProblemPtr create(const std::string& _frame_structure, SizeEigen _dim, MapBasePtr _map = std::make_shared<MapBase>()); // USE THIS AS A CONSTRUCTOR!