-
Notifications
You must be signed in to change notification settings - Fork 421
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed image tools issues Signed-off-by: Gonzalo de Pedro <[email protected]> Fix linting. (#12) Signed-off-by: Chris Lalancette <[email protected]> Fix the test for any_subscription_callback. (#13) In particular, change it so that the tests for TypeAdaptation with any_subscription_callback always pass the custom type to dispatch_intra_process(). That means that when using TypeAdaptation, it is not possible to call dispatch_intra_process() with the ROS message type. But since this is a low-level interface, this should be fine; the public-facing APIs handle this case for us. This also requires us to remove the test for inter-process publishing with type adaptation. That's because we didn't change the signature of AnySubscriptionCallback::dispath() to take in the custom type, so it always expects the ROS message type. Signed-off-by: Chris Lalancette <[email protected]> Reenable the test_intra_process* tests. (#14) Signed-off-by: Chris Lalancette <[email protected]> Remove debugging print statements. (#11) Signed-off-by: Chris Lalancette <[email protected]> Signed-off-by: Gonzalo de Pedro <[email protected]>
- Loading branch information
1 parent
89705cc
commit e8dcd09
Showing
9 changed files
with
307 additions
and
416 deletions.
There are no files selected for viewing
344 changes: 91 additions & 253 deletions
344
rclcpp/include/rclcpp/experimental/intra_process_manager.hpp
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.