Closed MatthijsBurgh closed 5 years ago
The timer is already part of code_profiler
. I did a quick check, and I think they are the same. So It is a good thing to remove it here. If you want to use it. We should depend on code_profiler
.
And indeed the depth_sensor_integration shouldn't be in ed_navigation
.
Removing a timer that measures but nothing is done with the result is fine imho. Less sure about removing the
Timer
class itself, sure you never ever want to measure something again?BTW,
ed_navigation
looks like a horribly wrong place for such functionality.