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

Fix GNSS Antenna Shift #242

Merged
merged 5 commits into from
Dec 20, 2024
Merged

Fix GNSS Antenna Shift #242

merged 5 commits into from
Dec 20, 2024

Conversation

pascalzauberzeug
Copy link
Contributor

@pascalzauberzeug pascalzauberzeug commented Dec 20, 2024

I noticed a bug when the robot is turning. The angle for the GNSS antenna offset was not calculated correctly

@pascalzauberzeug pascalzauberzeug added the bug Something isn't working label Dec 20, 2024
@pascalzauberzeug pascalzauberzeug added this to the 0.22.0 milestone Dec 20, 2024
@pascalzauberzeug pascalzauberzeug marked this pull request as ready for review December 20, 2024 17:21
@falkoschindler falkoschindler merged commit d590385 into main Dec 20, 2024
5 checks passed
@falkoschindler falkoschindler deleted the fix_gnss_pose branch December 20, 2024 17:26
pascalzauberzeug added a commit to zauberzeug/field_friend that referenced this pull request Jan 15, 2025
We will add GNSS code to Rosys in
zauberzeug/rosys#231 and this PR implements it
for this repo.

ToDos:
- [x] Add Kalman Filter from
#198
- [ ] Wait for [Rosys
0.22.0](https://github.com/zauberzeug/rosys/milestones) with
zauberzeug/rosys#242

Migration Guide:

1. In your Septentrio GNSS Module change the NMEA/SBF OUT messages from
GGA+GNS+HDT to GGA+GST+HRP.
2. With the field friend container shut down, rename the extrinsics
frame_id of the camera calibration from _rosys.odometer.prediction_ to
_field_friend.robot_locator_
(~/.rosys/field_friend.vision.calibratable_usb_camera_provider.json)

---------

Co-authored-by: Falko Schindler <[email protected]>
Johannes-Thiel pushed a commit to zauberzeug/field_friend that referenced this pull request Jan 16, 2025
We will add GNSS code to Rosys in
zauberzeug/rosys#231 and this PR implements it
for this repo.

ToDos:
- [x] Add Kalman Filter from
#198
- [ ] Wait for [Rosys
0.22.0](https://github.com/zauberzeug/rosys/milestones) with
zauberzeug/rosys#242

Migration Guide:

1. In your Septentrio GNSS Module change the NMEA/SBF OUT messages from
GGA+GNS+HDT to GGA+GST+HRP.
2. With the field friend container shut down, rename the extrinsics
frame_id of the camera calibration from _rosys.odometer.prediction_ to
_field_friend.robot_locator_
(~/.rosys/field_friend.vision.calibratable_usb_camera_provider.json)

---------

Co-authored-by: Falko Schindler <[email protected]>
Johannes-Thiel pushed a commit to zauberzeug/field_friend that referenced this pull request Jan 16, 2025
We will add GNSS code to Rosys in
zauberzeug/rosys#231 and this PR implements it
for this repo.

ToDos:
- [x] Add Kalman Filter from
#198
- [ ] Wait for [Rosys
0.22.0](https://github.com/zauberzeug/rosys/milestones) with
zauberzeug/rosys#242

Migration Guide:

1. In your Septentrio GNSS Module change the NMEA/SBF OUT messages from
GGA+GNS+HDT to GGA+GST+HRP.
2. With the field friend container shut down, rename the extrinsics
frame_id of the camera calibration from _rosys.odometer.prediction_ to
_field_friend.robot_locator_
(~/.rosys/field_friend.vision.calibratable_usb_camera_provider.json)

---------

Co-authored-by: Falko Schindler <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants