[Feature] Implement constant pose publishing frequency#71
Merged
rsasaki0109 merged 4 commits intorsasaki0109:mainfrom Nov 9, 2025
Merged
[Feature] Implement constant pose publishing frequency#71rsasaki0109 merged 4 commits intorsasaki0109:mainfrom
rsasaki0109 merged 4 commits intorsasaki0109:mainfrom
Conversation
Closed
rsasaki0109
requested changes
Oct 28, 2025
Owner
|
@nino192 |
Contributor
Author
|
sorry for the late reply, i've had alot of work over the last week |
Owner
|
@nino192 Merged! Thanks for the PR! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces the ability to publish pose on a set timer rather then only when new pointcloud is received. In this way, pose calculated from odometry via dead reckoning for scan correction is also published on a constant frequency. This helps improve path following algorithm behavior since it provides a constant stream of data. However, using an EKF is still a recommended way to do this in case of noisy odometry data.
This introduces 2 new parameters:
enable_timer_publishing - whether or not to publish on a constant timer or only when the new pointcloud is received
pose_publish_frequency - frequency on which to publish pose if enable_timer_publishing is set to true