How to extract angular velocities from navdata in ardrone_autonomy?
We are trying to accomplish EKF slam using the A.R Drone. For the odometry data, we need to extract the linear velocities and the angular velocities from the navdata topic. We have tried taking the navdata.rotZ option and subtracting subsequent values and dividing by the time difference. But it does not work. Is there any other way to get angular velocity from the ardrone_autonomy navdata package?