Skip to content

Problems in applying Kalmennet to vehicle slip angle estimation #50

@yufei0726

Description

@yufei0726

Hello author, I'm encountering a problem when using Kalmennet for vehicle sideslip angle estimation. My approach is as follows:

  1. I used data collected by the high-fidelity simulation platform Carsim, processing it into approximately 130 state sequences of 5000 time series each.

  2. Similar to conventional KF, I used [beta, yawrate] as the state variables and [ay, wz] as the observations.

  3. I modified the source code for GPU batch training, using a normally normalized output and ground truth labels distributed in the training set during supervision to reduce the influence of dimensions; the batch size is 64, the epoch number is 150, and each epoch iterates through 5000 time steps, with the estimation for each step being computed in parallel across the batch size.

However, the current training effect is very limited. The estimated beta shows a similar trend, but the numerical magnitude still differs. I would like to ask if you could provide some suggestions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions