Skip to content
Snippets Groups Projects
Commit 34023d06 authored by Matteo Pignataro's avatar Matteo Pignataro
Browse files

[SensorManager] Removed scheduler start, ideally i want to start the scheduler in OBSW

parent 2ed74398
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ SensorManager::~SensorManager() ...@@ -50,7 +50,7 @@ SensorManager::~SensorManager()
delete scheduler; delete scheduler;
} }
bool SensorManager::start() { return scheduler->start() && initResult; } bool SensorManager::start() { return initResult; }
void SensorManager::stop() { scheduler->stop(); } void SensorManager::stop() { scheduler->stop(); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment