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

set processor type string at construction time

parent 9a121432
No related branches found
No related tags found
1 merge request!101Visual SLAM starts to work.
...@@ -13,6 +13,7 @@ ProcessorBase::ProcessorBase(ProcessorType _tp, const std::string& _type, const ...@@ -13,6 +13,7 @@ ProcessorBase::ProcessorBase(ProcessorType _tp, const std::string& _type, const
type_id_(_tp), type_id_(_tp),
time_tolerance_(_time_tolerance) time_tolerance_(_time_tolerance)
{ {
setType(_type);
std::cout << "constructed +p" << id() << std::endl; std::cout << "constructed +p" << id() << std::endl;
// //
......
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