Hypha-ROS / hypharos_ardrone_navigation

ARDrone autonomous indoor navigation by integrating lsd-slam with imu through least square method
http://www.ros.org/news/2014/12/ardrone-autonomous-indoor-navigation-by-3d-slam.html
Apache License 2.0
51 stars 16 forks source link

camera topic not published with ros kinetic #8

Closed boonflies closed 5 years ago

boonflies commented 5 years ago

I moved to ros kinetic to indigo and now when i launch, $ roslaunch cvg_sim_gazebo ardrone_testworld.launch

$ roslaunch tum_ardrone tum_ardrone.launch and I don't get drone camera feed window.

And then i tried, $ rostopic echo /ardrone/front/camera_info

WARNING: no messages received and simulated time is active. Is /clock being published?

$ rostopic info /ardrone/front/image_raw

Type: sensor_msgs/Image

Publishers: None

Subscribers:

Am I missing some plugin (gazebo) that's preventing the publishing of image?

boonflies commented 5 years ago

i was missing gazebo_ros_pkgs.

when i installed them, sudo apt-get install ros-kinetic-gazebo-ros-pkgs ros-kinetic-gazebo-ros-control

The problem got solved.