Mavros publishes Odometry without GPS? [closed]
Hi everybody,
I am trying to merge pixhawk and px4flow with my ROS localization system (AMCL). In order to do so, I think I am going to use robot_localization.
The low level control will be dealt with by the px4 itself without any feedback from my ROS nodes
The ROS-based localization should be able to read the great odometry information given by px4 and native inav (merging IMU, barometer and px4flow) in order to enhance my AMCL algorithm. But I am only able to get Pose messages via mavros (in mavros/local_position/pose topic). robot_localization sensor fuser does not support posestamped msgs...There should be Odometry in mavros/global_position/local topic but nothing is published. Can I get odometry msgs out of mavros without using a GPS? If yes, how?
For your info, I am running ROS indigo, my board is under px4 and I use a USB connection for the moment. I have hardware troubles with my serial cable!
Thanks in advance for your help