feat(python): add InputAligner on humble base#3
Open
Conversation
* adding latest time zoh policy Signed-off-by: Michael Anderson <anderson@mbari.org> * remove commented code * Update include/message_filters/sync_policies/latest_time.h Co-authored-by: Chris Lalancette <clalancette@gmail.com> * updates from PR comments Signed-off-by: Michael Anderson <anderson@mbari.org> * cleanup includes Signed-off-by: Michael Anderson <anderson@mbari.org> * adding documentation Signed-off-by: Michael Anderson <anderson@mbari.org> * Update include/message_filters/sync_policies/latest_time.h Co-authored-by: Louise Poubel <louise@openrobotics.org> * address PR comments; add new test for if pivot changes rate and new one is selected Signed-off-by: Michael Anderson <anderson@mbari.org> * adding message rate step change detection and EMA filter reset Signed-off-by: Michael Anderson <anderson@mbari.org> * whitespace Signed-off-by: Michael Anderson <anderson@mbari.org> * whitespace Signed-off-by: Michael Anderson <anderson@mbari.org> * detect if pivot message is late Signed-off-by: Michael Anderson <anderson@mbari.org> * add ChangeRateLeading test Signed-off-by: Michael Anderson <anderson@mbari.org> * whitespace Signed-off-by: Michael Anderson <anderson@mbari.org> * Update include/message_filters/sync_policies/latest_time.h Co-authored-by: Chris Lalancette <clalancette@gmail.com> * add option to take instance of rclcpp::Clock; make magic numbers configs; other PR comments Signed-off-by: Michael Anderson <anderson@mbari.org> * clean up; handle zero period Signed-off-by: Michael Anderson <anderson@mbari.org> * check for late message after avg error is calculated Signed-off-by: Michael Anderson <anderson@mbari.org> * control test timing with sim time Signed-off-by: Michael Anderson <anderson@mbari.org> * fix msbuild compiler warnings Signed-off-by: Michael Anderson <anderson@mbari.org> Signed-off-by: Michael Anderson <anderson@mbari.org> Co-authored-by: Chris Lalancette <clalancette@gmail.com> Co-authored-by: Louise Poubel <louise@openrobotics.org> (cherry picked from commit e0055f3) Co-authored-by: andermi <manders9@jhu.edu>
…ssges are available. (ros2#136) Signed-off-by: Dr. Denis <denis@stoglrobotics.de>
* Move Docs From Wiki (ros2#119) Signed-off-by: CursedRock17 <mtglucas1@gmail.com> Signed-off-by: Lucas Wendland <82680922+CursedRock17@users.noreply.github.com> Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: Lucas Wendland <82680922+CursedRock17@users.noreply.github.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
(cherry picked from commit 001129d) Signed-off-by: EsipovPA <esipov.p@mail.ru> Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: Pavel Esipov <38457822+EsipovPA@users.noreply.github.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
…2#216) * Add Python implementation for a Chain filter (ros2#213) Signed-off-by: EsipovPA <esipov.p@mail.ru> (cherry picked from commit 0617849) Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> Co-authored-by: Pavel Esipov <38457822+EsipovPA@users.noreply.github.com> Co-authored-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
…#242) * ros2#130 add simple filter tutorial for cpp (ros2#239) Signed-off-by: EsipovPA <esipov.p@mail.ru> (cherry picked from commit 92af2b7) Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> Co-authored-by: Pavel Esipov <38457822+EsipovPA@users.noreply.github.com> Co-authored-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
…izer impl (backport ros2#238) (ros2#245) * ros2#200 fix inconsistensy between cpp and python exact time synchronizer impl (ros2#238) Signed-off-by: EsipovPA <esipov.p@mail.ru> Signed-off-by: Dominik <45536968+authaldo@users.noreply.github.com> Co-authored-by: Dominik <45536968+authaldo@users.noreply.github.com> (cherry picked from commit 8cf647e) Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> Co-authored-by: Pavel Esipov <38457822+EsipovPA@users.noreply.github.com> Co-authored-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
…nfo a regular class with regular __init__ (ros2#254)
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
…ync policy Signed-off-by: EsipovPA <esipov.p@mail.ru> (cherry picked from commit 8eaeafe)
…ks with the right language markings Signed-off-by: EsipovPA <esipov.p@mail.ru> (cherry picked from commit e951e8a)
… (ros2#276) * (ros2#221) DeltaFilter(C++): Add DeltaFilter class. Add tests (ros2#273) (ros2#273) Signed-off-by: EsipovPA <esipov.p@mail.ru> (cherry picked from commit 4c72d7a) Signed-off-by: EsipovPA <esipov.p@mail.ru> Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> Co-authored-by: Pavel Esipov <38457822+EsipovPA@users.noreply.github.com> Co-authored-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
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.
Summary
InputAlignerimplementation on top of the upstream humble branchNotes
upstream/humblerather than trying to makerollingbuild on Humblesa-input_aligner