Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PERCEPTION: Fuse odometry #240

Open
nico-palmar opened this issue Mar 19, 2023 · 1 comment
Open

PERCEPTION: Fuse odometry #240

nico-palmar opened this issue Mar 19, 2023 · 1 comment
Assignees
Labels

Comments

@nico-palmar
Copy link
Contributor

nico-palmar commented Mar 19, 2023

  • Use robot localization package to fuse imu and wheel encoder data. Ensure we are only taking the desired data from both wheel encoders and imu (especially for the imu, figure out what specific data members we should be fusing into the ekf). This part will require a little bit of trial and error, but we should start with the simplest configuration possible.

  • The end goal here is to provide the odom -> base_link transform, which is given to us by the robot_localization package. See https://navigation.ros.org/setup_guides/odom/setup_odom.html.

@nico-palmar nico-palmar self-assigned this Mar 19, 2023
@nico-palmar nico-palmar changed the title AUTONOMY: Basic Odom Setup PERCEPTION: Basic Odom Setup Mar 19, 2023
@nico-palmar nico-palmar changed the title PERCEPTION: Basic Odom Setup PERCEPTION: Fuse odometry Jul 16, 2023
@nico-palmar
Copy link
Contributor Author

Fusing odometry. Both Edward and nafis need to finish their tasks before this one can be done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

4 participants