-
Notifications
You must be signed in to change notification settings - Fork 421
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
add impl pointer for ExecutorOptions #2523
Conversation
Signed-off-by: William Woodall <[email protected]>
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.
Windows is failing, probably you are missing some RCLCPP_PUBLIC
in the new class
Signed-off-by: William Woodall <[email protected]>
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.
Looks good to me with green CI.
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.
looks good to me, test failures are unrelated? (currently CI is unstable?)
Yeah, aarch64 is currently unstable. We can ignore those for now. |
@Mergifyio backport jazzy |
✅ Backports have been created
|
* add impl pointer for ExecutorOptions Signed-off-by: William Woodall <[email protected]> (cherry picked from commit 343b29b)
* add impl pointer for ExecutorOptions Signed-off-by: William Woodall <[email protected]> (cherry picked from commit 343b29b) Co-authored-by: William Woodall <[email protected]>
Follow up of #2505 (comment), we need this to potentially add more functionality to Jazzy post release, as well it gives us more flexibility to fix bugs in the future.
We already have this for the
Executor
, so this class is the only one that needs adjustment:rclcpp/rclcpp/include/rclcpp/executor.hpp
Line 597 in f7185dc