feat(python): add InputAligner on humble base#3
Open
dvorak0 wants to merge 53 commits into
Open
Conversation
…ptions (ros2#76) (ros2#77) Co-authored-by: Steve Macenski <[email protected]>
Signed-off-by: Geoffrey Biggs <[email protected]>
* adding latest time zoh policy Signed-off-by: Michael Anderson <[email protected]> * remove commented code * Update include/message_filters/sync_policies/latest_time.h Co-authored-by: Chris Lalancette <[email protected]> * updates from PR comments Signed-off-by: Michael Anderson <[email protected]> * cleanup includes Signed-off-by: Michael Anderson <[email protected]> * adding documentation Signed-off-by: Michael Anderson <[email protected]> * Update include/message_filters/sync_policies/latest_time.h Co-authored-by: Louise Poubel <[email protected]> * address PR comments; add new test for if pivot changes rate and new one is selected Signed-off-by: Michael Anderson <[email protected]> * adding message rate step change detection and EMA filter reset Signed-off-by: Michael Anderson <[email protected]> * whitespace Signed-off-by: Michael Anderson <[email protected]> * whitespace Signed-off-by: Michael Anderson <[email protected]> * detect if pivot message is late Signed-off-by: Michael Anderson <[email protected]> * add ChangeRateLeading test Signed-off-by: Michael Anderson <[email protected]> * whitespace Signed-off-by: Michael Anderson <[email protected]> * Update include/message_filters/sync_policies/latest_time.h Co-authored-by: Chris Lalancette <[email protected]> * add option to take instance of rclcpp::Clock; make magic numbers configs; other PR comments Signed-off-by: Michael Anderson <[email protected]> * clean up; handle zero period Signed-off-by: Michael Anderson <[email protected]> * check for late message after avg error is calculated Signed-off-by: Michael Anderson <[email protected]> * control test timing with sim time Signed-off-by: Michael Anderson <[email protected]> * fix msbuild compiler warnings Signed-off-by: Michael Anderson <[email protected]> Signed-off-by: Michael Anderson <[email protected]> Co-authored-by: Chris Lalancette <[email protected]> Co-authored-by: Louise Poubel <[email protected]> (cherry picked from commit e0055f3) Co-authored-by: andermi <[email protected]>
Signed-off-by: Audrow Nash <[email protected]>
* explicitly name std placeholder in cache (cherry picked from commit b3cad03) Co-authored-by: Haoru Xue <[email protected]>
Signed-off-by: Audrow Nash <[email protected]>
…ssges are available. (ros2#136) Signed-off-by: Dr. Denis <[email protected]>
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
* Move Docs From Wiki (ros2#119) Signed-off-by: CursedRock17 <[email protected]> Signed-off-by: Lucas Wendland <[email protected]> Signed-off-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Lucas Wendland <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Audrow Nash <[email protected]>
(cherry picked from commit 952340a) Co-authored-by: Tim Clephas <[email protected]>
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
(cherry picked from commit 001129d) Signed-off-by: EsipovPA <[email protected]> Signed-off-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Pavel Esipov <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
* Fix cache tutorial: added tab extension (ros2#190) Signed-off-by: Alejandro Hernandez Cordero <[email protected]> (cherry picked from commit 4f4e42f)
Signed-off-by: Christophe Bedard <[email protected]>
Signed-off-by: Christophe Bedard <[email protected]>
(cherry picked from commit c7821ef) Signed-off-by: EsipovPA <[email protected]> Co-authored-by: Pavel Esipov <[email protected]>
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
(cherry picked from commit b6496c3) Signed-off-by: EsipovPA <[email protected]> Co-authored-by: Pavel Esipov <[email protected]>
* Some fixes to documentation (ros2#208) Signed-off-by: Alejandro Hernandez Cordero <[email protected]> (cherry picked from commit e849a8e)
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
(cherry picked from commit 6362c1b) Signed-off-by: Martin Pecka <[email protected]> Co-authored-by: Martin Pecka <[email protected]>
…2#216) * Add Python implementation for a Chain filter (ros2#213) Signed-off-by: EsipovPA <[email protected]> (cherry picked from commit 0617849) Signed-off-by: Alejandro Hernandez Cordero <[email protected]> Co-authored-by: Pavel Esipov <[email protected]> Co-authored-by: Alejandro Hernandez Cordero <[email protected]>
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
(cherry picked from commit b64e5ef) Signed-off-by: EsipovPA <[email protected]> Co-authored-by: Pavel Esipov <[email protected]>
Signed-off-by: EsipovPA <[email protected]> Signed-off-by: Pavel Esipov <[email protected]> Co-authored-by: Pavel Esipov <[email protected]>
…#242) * ros2#130 add simple filter tutorial for cpp (ros2#239) Signed-off-by: EsipovPA <[email protected]> (cherry picked from commit 92af2b7) Signed-off-by: Alejandro Hernandez Cordero <[email protected]> Co-authored-by: Pavel Esipov <[email protected]> Co-authored-by: Alejandro Hernandez Cordero <[email protected]>
…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 <[email protected]> Signed-off-by: Dominik <[email protected]> Co-authored-by: Dominik <[email protected]> (cherry picked from commit 8cf647e) Signed-off-by: Alejandro Hernandez Cordero <[email protected]> Co-authored-by: Pavel Esipov <[email protected]> Co-authored-by: Alejandro Hernandez Cordero <[email protected]>
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
) (ros2#250) Fixes callers that use callback_group (cherry picked from commit 83367a1) Signed-off-by: Alex Spitzer <[email protected]> Co-authored-by: Alex Spitzer <[email protected]>
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
…nfo a regular class with regular __init__ (ros2#254)
Signed-off-by: Christophe Bedard <[email protected]>
Signed-off-by: Christophe Bedard <[email protected]>
…. Add docstring to filters and comparison handlers (ros2#252) (ros2#260) (cherry picked from commit 958bc94) Co-authored-by: Pavel Esipov <[email protected]>
…ync policy Signed-off-by: EsipovPA <[email protected]> (cherry picked from commit 8eaeafe)
…ks with the right language markings Signed-off-by: EsipovPA <[email protected]> (cherry picked from commit e951e8a)
…os2#266) Signed-off-by: EsipovPA <[email protected]> (cherry picked from commit c1a6dc9)
…links to other tutorials as required. Rename Approximate-Tyme tutorial to Approximate-Time (ros2#266) Signed-off-by: EsipovPA <[email protected]> (cherry picked from commit 55a7fd9)
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
… (ros2#276) * (ros2#221) DeltaFilter(C++): Add DeltaFilter class. Add tests (ros2#273) (ros2#273) Signed-off-by: EsipovPA <[email protected]> (cherry picked from commit 4c72d7a) Signed-off-by: EsipovPA <[email protected]> Signed-off-by: Alejandro Hernandez Cordero <[email protected]> Co-authored-by: Pavel Esipov <[email protected]> Co-authored-by: Alejandro Hernandez Cordero <[email protected]>
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
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