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

In robot_localization,What it according to calculate controlAcceleration_?

asked 2019-12-11 07:39:52 -0500

nlwmode gravatar image

In ekf.cpp/predict function,why this way to calculate controlAcceleration_ , and what it according to?

And about x =f(x,u) ,in your project is x += u ,then do x = transferFunction_ * x,

if it mean that x = transferFunction_(x + u) ---> x = transferFunction_x + transferFunction_*u?

So you just predict the u as the same as x? Thanks ahead!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-01-06 04:39:34 -0500

Tom Moore gravatar image

The EKF doesn't use the control term in the way that you might find in the literature. We instead model the control as an acceleration term, and feed it to the filter as an acceleration measurement. The transfer function only operates on the current state.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-12-11 07:39:52 -0500

Seen: 97 times

Last updated: Jan 06 '20