Skip to content

Using attitude from IMU to improve ROVIO tracking #248

Open
@makiello

Description

@makiello

Hello,

Thanks for this great project!

I've been testing Rovio using my own system (Xsens Mti-300 and MT9V022 camera).

When walking down a corridor, turning fairly fast and returning to the original position, ROVIO seems to slightly underestimate the angle it has turned through at the end of the corridor. This results in an error in position of almost 2 metres, see first picture below.

Screenshot (365)

Rovio_corridor

The maximum value of angular rate on the z axis is only 1.5 rads/s so it is definitely not due to the gyroscope reaching its maximum value.
Taking the velocity from ROVIO and combining it with the attitude solution from the Xsens, I get a much smaller drift (see below).
Rovio_and_attitude

My question is: can I use the attitude from the Xsens in the prediction step of the filter?

I see that there is an ‘enableAttitude’ in the configuration file. If I set it to ‘true’ and publish pose messages containing the quaternion orientation from the Xsens to the /rovio/pose topic, will the filter take this into account?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions