Robotics StackExchange | Archived questions

EKF_robot_pose: how it works?

Hello,

I have a question for ekfrobotpose's authors

I can't understand from the source what math model ( x(k+1) = f(x(k),u(k)) ) has been used for robot system. Maybe something like this:

image description

Where ξ is the speed of the robot, T is the sample time, Δ is the last rotation within [t(k-1), t(k)]

My output measurement is y = [x1 x2 θ] vector. I get it from odom topic like ekfrobotpose algorithm. My input vector is u =[ξ Δ].

What's the input vector of ekfrobotpose algorithm? Because it seems to work only with output measurement P.S. I use only odom informations.

Thank you

Asked by sabruri1 on 2017-09-30 12:55:50 UTC

Comments

Answers