You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, when testing on TurtleBot dataset, what parameters should I choose?
'--filter-history-length' and '--data-kernel-len' should be set to 20, right?
And how about the '--filter-update-rate'? Is it 60Hz or 100Hz?
What's more, can you describe how to transform wheel odometry to right heading in detail?
Thank you! Hope for your reply!
The text was updated successfully, but these errors were encountered:
'--filter-history-length' and '--data-kernel-len' should be set to 20, right?
Yes.
And how about the '--filter-update-rate'? Is it 60Hz or 100Hz?
It is 100 Hz.
What's more, can you describe how to transform wheel odometry to right heading in detail?
To obtain heading from wheel odometry data we use a standard Madgwick filter such as this one. Once you have the heading, we apply a motion model as described in this code snippet:
hello, when testing on TurtleBot dataset, what parameters should I choose?
'--filter-history-length' and '--data-kernel-len' should be set to 20, right?
And how about the '--filter-update-rate'? Is it 60Hz or 100Hz?
What's more, can you describe how to transform wheel odometry to right heading in detail?
Thank you! Hope for your reply!
The text was updated successfully, but these errors were encountered: