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

Revision history [back]

click to hide/show revision 1
initial version

I will try using Kalman filter also I think it will be complicated. I considered the yaw because my model is for a car with yaw

    Velocity_x= Velocity_old_x+acceleration_x*dt;
    Displacement_x += Velocity_x*dt;


    x_pos = (Displacement_x * cos(yaw));
    y_pos =  (Displacement_x * sin(yaw));