Re: [ros-users] Camera input to EKF

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: Re: [ros-users] Camera input to EKF
2011/2/13 abhy <>:
>
> Hi Steven,
>
> Yes i can get the estimation matrix but i am not sure how to do this:
> http://www.ros.org/wiki/robot_pose_ekf/Tutorials/AddingGpsSensor (Instead of
> GPS i want to add a camera)
>
> Any guidance on the same line?


In the ar_pose_ekf package you'll find a file ar_pose.patch which
shows how we've filled in the covariance in the message. Again, these
numbers have no physical meaning, but were used for testing purposes
only. You can either patch your ar_pose package using that patch,
something like

patch -p0 < ar_pose.patch

will do,
or write an additional ROS node which reads in the arPose messages
(with empty covariance) and fill in the covariance there. The first is
the fast approach, the second the more cleaner which leaves the
ar_pose package untouched.

How exactly does your setup look like?

regards,

Steven

>
> Abhy
> --
> View this message in context: http://ros-users.122217.n3.nabble.com/Camera-input-to-EKF-tp2484301p2485498.html
> Sent from the ROS-Users mailing list archive at Nabble.com.
> _______________________________________________
> ros-users mailing list
>
> https://code.ros.org/mailman/listinfo/ros-users
>