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

[localization] EKF #228

Merged
merged 59 commits into from
Feb 28, 2025
Merged

[localization] EKF #228

merged 59 commits into from
Feb 28, 2025

Conversation

davidcalderon03
Copy link
Contributor

@davidcalderon03 davidcalderon03 commented Oct 29, 2024

Description

This PR does the following:

  • Thing 1
  • Thing 2
  • Thing 3

Fixes #{{ github issue }}

Testing Steps (if relevant)

Test Case 1

  1. Do this thing
  2. Do that thing
  3. Make the thing do the thing

Expectation: The thing which does the thing does the thing

Design Presentation (only required for major additions)

Post the link to your presentation here and be sure to update the presentation document if this PR results in a significant addition to the stack

Self Checklist

  • I have formatted my code using ament_uncrustify --reformat
  • I have tested that the new behavior works

shayaf84 and others added 30 commits October 25, 2024 17:17
:q
q
wq
@shayaf84 shayaf84 changed the title Feat/ekf feat/ekf Feb 16, 2025
@shayaf84 shayaf84 marked this pull request as ready for review February 16, 2025 22:13
@shayaf84
Copy link
Contributor

Description

This PR does the following:

  • Contains the code for ekf and navsat transform, which is found in robot-localization
  • EKF config file is in urc_localization/config/ekf.yaml and EKF launch file is in urc_localization/launch/ekf.launch.py

Expectation: Successfully runs the ekf for the rover, which includes topics odometry/gps (NavSat transform output), odometry/filtered_local and odometry/filtered_global (global ekf fuses data from odometry/gps)

Self Checklist

  • I have formatted my code using ament_uncrustify --reformat
  • I have tested that the new behavior works

@yambati03 yambati03 changed the title feat/ekf [localization] EKF Feb 22, 2025
@mrinalTheCoder mrinalTheCoder merged commit 7053948 into master Feb 28, 2025
2 of 4 checks passed
@mrinalTheCoder mrinalTheCoder deleted the feat/ekf branch February 28, 2025 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants