-
Notifications
You must be signed in to change notification settings - Fork 418
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
Dnae adas/generic subscriber and publisher #1077
base: rolling
Are you sure you want to change the base?
Dnae adas/generic subscriber and publisher #1077
Commits on Apr 22, 2020
-
* updated interface to SubscriptionIntraProcessBase
* implemented interface to deserialize a given serialized message to ros message Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 9d88f0e - Browse repository at this point
Copy the full SHA 9d88f0eView commit details -
added support for SerializedMessage in Intraprocessmanger, so:
* serialized publisher uses correct method to forward content to subscriber * non-serialized publisher can serialize message for serialized subscriber Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 1dad3ad - Browse repository at this point
Copy the full SHA 1dad3adView commit details -
updated unit test for intraprocess manager to match new interface
Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for c552c0b - Browse repository at this point
Copy the full SHA c552c0bView commit details -
updated is_serialized_message_class traits
Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 2513cc2 - Browse repository at this point
Copy the full SHA 2513cc2View commit details -
renamed provide_serialized_intra_process_message to provide_intra_pro…
…cess_message Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for fd6a20e - Browse repository at this point
Copy the full SHA fd6a20eView commit details -
fixed Serialization class for non-supported type (yes this is actuall…
…y needed for the next PR) Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for f0c8dd3 - Browse repository at this point
Copy the full SHA f0c8dd3View commit details -
updated to (de)seriaizle method
Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for facb43d - Browse repository at this point
Copy the full SHA facb43dView commit details -
fix build regression (ros2#1078)
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 08a3251 - Browse repository at this point
Copy the full SHA 08a3251View commit details -
Reflect changes in rclcpp API (ros2#1079)
* Reflect changes in rclcpp API Signed-off-by: Prajakta Gokhale <prajaktg@amazon.com> * Revert earlier fix made in rclcpp Signed-off-by: Prajakta Gokhale <prajaktg@amazon.com>
Prajakta Gokhale authored and Joshua Hampp committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 0577f39 - Browse repository at this point
Copy the full SHA 0577f39View commit details -
* added constructor with typesupport * added more generic do_inter_process_publish Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 9ae2da1 - Browse repository at this point
Copy the full SHA 9ae2da1View commit details -
added create_generic_subscription and create_generic_publisher
Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 9490d9f - Browse repository at this point
Copy the full SHA 9490d9fView commit details -
added test for intra process communication with generic publishers an…
…d subscribers Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 3b430bf - Browse repository at this point
Copy the full SHA 3b430bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a6927 - Browse repository at this point
Copy the full SHA 88a6927View commit details -
Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 63ad2fe - Browse repository at this point
Copy the full SHA 63ad2feView commit details -
Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 86f8ef9 - Browse repository at this point
Copy the full SHA 86f8ef9View commit details -
removed unneeded template typename
Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 62635ab - Browse repository at this point
Copy the full SHA 62635abView commit details -
renamed create_generic_... to create_
Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for d676d12 - Browse repository at this point
Copy the full SHA d676d12View commit details -
updated to new SerializedMessage
Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for aeb69bf - Browse repository at this point
Copy the full SHA aeb69bfView commit details
Commits on Apr 29, 2020
-
* added get_type_support_handle to rclcpp::Serialization
* removed specialization to rclcpp::Serialization Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 8d2de84 - Browse repository at this point
Copy the full SHA 8d2de84View commit details -
extended subscription_intra_process(_base):
* allocate message * getter for serialization * provide untyped message Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for e2c19bb - Browse repository at this point
Copy the full SHA e2c19bbView commit details -
update unit test for subscription_intra_process(_base)
Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 370061b - Browse repository at this point
Copy the full SHA 370061bView commit details -
extended intra_process_manager for serialized messages:
* two extra subscription/publisher pairs (for serialized ones) * added methods for (de)serialization * added methods for messages without known allocator * splitted up publishing with same type and not matching message type Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 50334ba - Browse repository at this point
Copy the full SHA 50334baView commit details -
Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 2e5a7bd - Browse repository at this point
Copy the full SHA 2e5a7bdView commit details -
Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 6b3d9c7 - Browse repository at this point
Copy the full SHA 6b3d9c7View commit details -
Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
Joshua Hampp committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for f5c3362 - Browse repository at this point
Copy the full SHA f5c3362View commit details