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

ROS nodes for aerial vehicle localization

asked 2015-03-24 11:37:00 -0500

nvoltex gravatar image

updated 2015-03-24 11:51:51 -0500

Hey there,

I'm developing an aerial vehicle which is equipped with a GPS, IMU and bottom camera (pointed at the ground for target tracking). I was looking for a way to fuse the data, with two objectives:

  • Obtaining a coordinate for the "drone" localization (I could assume it starts at (0,0))

  • Extrating a position of the detected targets (on the "local coordinate system" and GPS information)

Which nodes will prove useful for this application?

Thanks in advance

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2015-03-30 10:21:19 -0500

I think robot_localization may be what you are looking for.

edit flag offensive delete link more

Comments

Thanks for the help! That seems to be what I need, but does it work with only GPS and IMU?

nvoltex gravatar image nvoltex  ( 2015-04-07 10:38:27 -0500 )edit

On the ROS wiki page for robot_localization you can see an image showing that you can also use a camera and a 3D sensing device, provided that you extract the necessary information from them. For the camera you may use something like viso2_ros package.

Gary Servin gravatar image Gary Servin  ( 2015-04-07 14:56:21 -0500 )edit

Does that mean that the GPS combined with the IMU is not enough? Another question: The IMU data used by robot_localization needs the pose? or only the raw data (linear accelaration and angular velocity)?

nvoltex gravatar image nvoltex  ( 2015-04-08 05:14:23 -0500 )edit

Question Tools

Stats

Asked: 2015-03-24 11:37:00 -0500

Seen: 466 times

Last updated: Mar 30 '15