-
Notifications
You must be signed in to change notification settings - Fork 94
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 ros2 component topics #46
Fix ros2 component topics #46
Conversation
Let me see if I can take a look at this today and think through the change. |
Thanks for looking into this. It's a great help.
I'm keen to support if I can. Let me know if there's anything I can do.
Best wishes
Dave
…On Tue, 26 Oct 2021 at 16:29, David Anthony ***@***.***> wrote:
Let me see if I can take a look at this today and think through the change.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#46 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGHWOVXVKC5LHRJQAOZUG3LUI3CMDANCNFSM5GYDFXHA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
8b9b4cf
to
d3a815a
Compare
Emit gps/navsat fix messages on timer tick.
d3a815a
to
1ddc750
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a few suggestions.
Hope this pull request gets merged soon.
Co-authored-by: Sivert Havso <sivert@havso.net>
Sorry for the long delay in getting this merged, but it's in now. I'm going to work on releasing it soon after we get another couple of issues merged in. |
1 similar comment
Sorry for the long delay in getting this merged, but it's in now. I'm going to work on releasing it soon after we get another couple of issues merged in. |
Emit gps/navsat fix messages on timer tick. Without this commit, no topics are visible when the component is started like this...
ros2 component standalone gpsd_client gpsd_client::GPSDClientComponent
This commit fixes this issue by creating a timer that calls the step function to update gps state and publish data.