ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

odometry for ardrone

asked 2013-02-27 01:11:56 -0500

jacky_90 gravatar image

Hello everyone. I started programming the ardrone using ROS (I'm a newbie to both) and i wanted to implement a basic form of odometry of the kind px = px + (vxcos(...) - vysin(...)), py = ..., using the speed information provided from the navdata. Unfortunately, in this way a lot of error is introduced. Since i've never used ROS, i wanted to know if there is a better way to do this, i mean, if ROS offers a way to keep track of the position of the drone.

Thank you in advance.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2013-02-27 01:38:45 -0500

Miquel Massot gravatar image

Hi Jacky!

you could test one of our odometer wrappers, viso2_ros (wrapper of libviso2) or fovis_ros (wrapper or fovis).

There is also several people working on PTAM for ardrone and various quadcopters.

edit flag offensive delete link more
2

answered 2013-02-27 01:36:03 -0500

Generally ros returns odometry but not for ardrone. For quadcoptors odometry readings are not easily estimated unlike in the case of mobile robots. To estimate the position either you can integrate velocity values that u get in navdata but as you mentioned it is very erroneous . One way to estimate position of Drone is using Ar tags. You can either put a artag on drone and let some external camera track its location or you can put artags at predefined location and let ardrone camera see it and then estimate its position. For artags look ar_pose package in ROS.

Another way is to implement VSLAM using monocular camera like PTAM.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-27 01:11:56 -0500

Seen: 1,713 times

Last updated: Feb 27 '13