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

Improve support for the Allystar Receiver/Heading receiver #28432

Closed
wants to merge 3 commits into from

Conversation

datagnss
Copy link

  • add support allystar Heading sentence $PALYSBLS
  • add support for forcing the NMEA output rate to 5Hz

- add support allystar Heading sentence $PALYSBLS
- add support for forcing the NMEA output rate to 5Hz
Copy link
Contributor

@peterbarker peterbarker left a comment

Choose a reason for hiding this comment

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

Please outline what testing this has had.

Have you tested compiling this with AllyStar compiled out?

Please tidy the commit list; should be a single commit something along the lines of AP_GPS: add support for AllyStar NMEA variant

Please add to build_options.py and extract_features.py

AllyStar Moving Baseline extensions
*/
#if AP_GPS_NMEA_ALLYSTAR_ENABLED
if (strcmp(_term, "PALYSBLS") == 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

strncmp, please

Copy link
Author

Choose a reason for hiding this comment

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

OK, thanks.
we will finish some test report , then reopen a new pull request.

@datagnss datagnss closed this Oct 25, 2024
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