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

Real Time Kinematics (RTK) with Ublox ZEDF9P #239

Merged
merged 6 commits into from
Feb 11, 2025
Merged

Conversation

mrinalTheCoder
Copy link
Contributor

Description

This PR does the following:

  • Centimeter level GPS accuracy using Real Time Kinematics (RTK) using 2 Ublox ZED-F9P GPS units.

Testing Steps (if relevant)

Test Case 1

  1. Connect both GPS modules to your computer using USB.
  2. Run ros2 launch ublox_dgnss ublox_fb+r_base.launch.py device_serial_string:="base"
  3. Run ros2 launch urc_bringup bringup.launch.py
  4. Run ros2 topic echo /rover/ubx_nav_pvt. The h_acc field (horizontal accuracy in mm) should be low (under 100mm or 10cm).

Self Checklist

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

@mrinalTheCoder mrinalTheCoder self-assigned this Feb 7, 2025
@mrinalTheCoder mrinalTheCoder changed the base branch from master to feat/ekf February 7, 2025 23:36
@mrinalTheCoder mrinalTheCoder changed the title Real Time Kinematics (RTK) with Ublox ZEDF9P. Real Time Kinematics (RTK) with Ublox ZEDF9P Feb 7, 2025
Copy link
Contributor

@yambati03 yambati03 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Make sure to run ament_uncrustify before merging (i think you already have though).

@mrinalTheCoder mrinalTheCoder merged commit b813a75 into feat/ekf Feb 11, 2025
2 of 4 checks passed
@mrinalTheCoder mrinalTheCoder deleted the feat/ublox_gps branch February 11, 2025 23:41
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.

2 participants