Publishing GPS data using ardrone_autonomy in ros Kinetic

asked 2017-06-17 23:20:01 -0500

ktiwari9 gravatar image

I am using ROS Kinetic on Ubuntu 16.04 LTS. I installed the ardrone_autonomy package by running

sudo apt-get install ros-kinetic-ardrone-autonomy

Then I sourced the bash file:

source /opt/ros/kinetic/setup.bash

When running the ardrone_autonomy, I dont see the topic

ardrone/navdata_gps

in rostopic list.

I also tried setting enable_navdata_gps:=True but still nothing changed.

Is there something I am missing here ?

edit retag flag offensive close merge delete