Is it possible to use the linear velocity from an optical flow sensors along with IMU data (sensor fusion) in the ekf_localization package? If so, how?
Hi.
I am using the px4flow optical flow camera module with pixhawk. It outputs linear velocity, i would like to use this somehow in the extended kalman filter in ros. The inputs to the robot_pose_ekf are odometry for 2d position, 3d orientation and 6d visual odometry for both 3d position and 3d orientation.
Is it possible to use this package for linear velocity also, or would i have to integrate the data and use the position instead? And ofcourse, if it is possible, how would i got about doing this?
Cheers