Pixhawk not publishing the local position of my Quadrotor
I am on Ubuntu 14.04 (ROS Indigo). I run "roslaunch mavros px4.launch" and am able to successfully connect to my quadrotor. I have a working GPS signal and also could see the data being published on "/mavros/global_position/local". However, no data is being published on "/mavros/local_position/pose". When I run the gazebo simulation, data is being published on "/mavros/local_position/pose". What could be the possible solution to this?
Thanks in advance