Skip to content
Snippets Groups Projects
Commit 471007b5 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

fixed text in assert

parent b2d7c84a
No related branches found
No related tags found
1 merge request!274Resolve "Emplace API inconsistent with ProcessorTrackerFeature/Landmark functions"
Pipeline #3703 passed
......@@ -81,7 +81,7 @@ void ProcessorBase::remove()
void ProcessorBase::link(SensorBasePtr _sen_ptr)
{
assert(this->getSensor() == nullptr && "linking an already linked landmark");
assert(this->getSensor() == nullptr && "linking an already linked processor");
if(_sen_ptr)
{
......
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