jsk-ros-pkg / jsk_aerial_robot

The platfrom for aerial robot (e.g. general multirotor, hydrus, di, dragon, etc)
http://www.jsk.t.u-tokyo.ac.jp/index-j.html
34 stars 34 forks source link

[Estimation][VO] Refactor throttle/decimate process #558

Closed tongtybj closed 1 year ago

tongtybj commented 1 year ago

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.