-
Notifications
You must be signed in to change notification settings - Fork 436
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
Dynamic Subscription (REP-2011 Subset): Stubs for rclcpp #2165
Conversation
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
a2ad9cf
to
4de3fd1
Compare
4de3fd1
to
b1b99ea
Compare
Signed-off-by: methylDragon <[email protected]>
b1b99ea
to
ee1964f
Compare
To see what was actually stubbed out, see ee1964f |
Signed-off-by: methylDragon <[email protected]>
CI is unstable because of unused parameters (and another unrelated issue on rqt_reconfigure that this PR does not affect), I'll issue a fix soon |
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.
@methylDragon just some minor comments / questions. Looks good overall.
Signed-off-by: methylDragon <[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.
@methylDragon LGTM 👍
rclcpp/src/rclcpp/dynamic_typesupport/dynamic_serialization_support.cpp
Outdated
Show resolved
Hide resolved
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.
This looks generally OK to me, assuming CI comes back clean for a run on all packages.
Thanks for the review! 🙇 |
Signed-off-by: methylDragon <[email protected]>
331b790
to
1243d80
Compare
@ros-pull-request-builder retest this please |
* Implement subscription base changes * Add stubbed out classes Signed-off-by: methylDragon <[email protected]>
This is a stubbed out version of: #2160
Note: I had to introduce (and stub out) the new dynamic typesupport classes in rclcpp since the virtual methods on SubscriptionBase use them
I added the classes, then stubbed them out in a separate commit so it's clear what's being removed.
Stuff removed are: