How to visualize ardone in rviz?

asked 2016-01-23 02:54:53 -0600

boon gravatar image

I am trying to navigate an ardone quadrotor with a map of the environment. I have a map of the environment created using ardrone (monoslam) being displayed in RViz. But I am not able to localize the ardrone in rviz with its current location with respect to the map. Is it possible to visualize in realtime the current location and motion of ardrone in rviz? (as we stream the videos in real-time in rviz).

I found a video related to real time localizing, AR Drone Experiment - RViz visulaization

but I am not sure how to recreate this with my ardone?

edit retag flag offensive close merge delete

Comments

Does your system performs the localization? If yes, how does the localizer node publishes the localization data? As a topic, TF or both?

Mani gravatar image Mani  ( 2016-02-14 15:23:01 -0600 )edit

I am using PTAM, which publishes a topic,

vslam/pose (geometry_msgs/PoseWithCovarianceStamped) PoseWidthCovarianceStamped for the 6DoF pose calculated by PTAM. This is the world seen from the camera.

boon gravatar image boon  ( 2016-02-22 05:57:56 -0600 )edit