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

remove commented code

parent 30becb7b
No related branches found
No related tags found
No related merge requests found
Pipeline #6233 passed
...@@ -35,15 +35,6 @@ class FactorOdom2dAnalytic : public FactorRelative2dAnalytic ...@@ -35,15 +35,6 @@ class FactorOdom2dAnalytic : public FactorRelative2dAnalytic
return std::string("MOTION"); return std::string("MOTION");
} }
public:
// static FactorBasePtr create(const FeatureBasePtr& _feature_ptr,
// const NodeBasePtr& _correspondant_ptr,
// const ProcessorBasePtr& _processor_ptr = nullptr)
// {
// return std::make_shared<FactorOdom2dAnalytic>(_feature_ptr,
// std::static_pointer_cast<FrameBase>(_correspondant_ptr), _processor_ptr);
// }
}; };
} // namespace wolf } // namespace wolf
......
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