Revert the throttle/decimate process inside the callback process, which allows to set larger interval between two valid data from VO sensor.
Details
Some of the VO sensors (e.g., Realsense T265) provides the odometry with a high frequency that is unecessary for our fusion system. So, a simple decimation process is designed here.
What is this
Revert the throttle/decimate process inside the callback process, which allows to set larger interval between two valid data from VO sensor.
Details
Some of the VO sensors (e.g., Realsense T265) provides the odometry with a high frequency that is unecessary for our fusion system. So, a simple decimation process is designed here.