construct TimerBase/GenericTimer with Clock#523
Merged
dirk-thomas merged 3 commits intomasterfrom Jul 28, 2018
Merged
Conversation
This was referenced Jul 23, 2018
Member
Author
77796df to
2e41fb1
Compare
dhood
approved these changes
Jul 24, 2018
Member
dhood
left a comment
There was a problem hiding this comment.
looks alright to me, just some docs I noticed would be out-of-date.
| @@ -112,8 +112,10 @@ class GenericTimer : public TimerBase | |||
| * \param[in] period The interval at which the timer fires. | |||
rclcpp/include/rclcpp/timer.hpp
Outdated
| @@ -95,11 +97,9 @@ using TimerCallbackType = std::function<void (TimerBase &)>; | |||
| /// Generic timer templated on the clock type. Periodically executes a user-specified callback. | |||
Member
Author
Absolutely, packages on-top of |
Member
Author
dhood
approved these changes
Jul 27, 2018
Member
Author
Member
Author
|
It would be nice to have a |
nnmm
pushed a commit
to ApexAI/rclcpp
that referenced
this pull request
Jul 9, 2022
Signed-off-by: Karsten Knese <karsten@openrobotics.org>
DensoADAS
pushed a commit
to DensoADAS/rclcpp
that referenced
this pull request
Aug 5, 2022
* Add record test for ros2bag A nominal smoke test to confirm that the tool is working. Signed-off-by: Jacob Perron <jacob@openrobotics.org> * Remove unused import Signed-off-by: Jacob Perron <jacob@openrobotics.org> * Fix lint Signed-off-by: Jacob Perron <jacob@openrobotics.org> * Expect exit code 2 from rclcpp Signed-off-by: Jacob Perron <jacob@openrobotics.org> * Remove unused import Signed-off-by: Jacob Perron <jacob@openrobotics.org> * Fix test for Windows Signed-off-by: Jacob Perron <jacob@openrobotics.org>
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.
Extend the Timer API to take a Clock.
Requires ros2/rcl#272.