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

How do estimate AR drone height

asked 2012-06-06 21:59:03 -0500

updated 2012-06-07 07:44:39 -0500

Eric Perko gravatar image

I have a AR drone parrot and I use the drone package from Brown university, so is it possible to estimate altitude for drone using the available IMU data in navdata messages...

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2012-06-07 07:40:42 -0500

The /ardrone/navdata message should contains a field for estimated height called altd (see here), which I believe is from the ultrasound sensor on the drone.

In general it is difficult to estimate position from an IMU, as you need to dead reckon over the acceleration values to estimate height, and this process accumulates error.

edit flag offensive delete link more

Comments

How would you suscribe to this topic in order to work with the values of altd?

Pedro_85 gravatar image Pedro_85  ( 2013-07-21 04:42:15 -0500 )edit
0

answered 2014-08-21 02:02:59 -0500

z3391384 gravatar image

There is a branch of research called visual inertial navigation in which the visual estimation is fused with IMU measurement to get metric distance and speed.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-06-06 21:59:03 -0500

Seen: 940 times

Last updated: Jun 07 '12