-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Description
The point of this issue is to highlight discussion to change from a type T to message_info in the OnMessageReceived Function. I would be able to make a pull request for these changes, if the libstatistics_collector library wanted to go along with this
Related Issues
This was discussed in pull request 2247 over in the rclcpp library. If you want to follow discussion up to this point, it has all happened there.
Completion Criteria
- Must change type
Tinconst T & received_messagewithin allOnMessageReceivedfunctions to eitherrmw_message_info_tor if we wanted to import rclcpp (which we probably don't)clcpp::MessageInfo - Then deprecate all
OnMessageReceivedfunctions that are templated with typeT
Testing Notes / Suggestions
Not much other than changing the message types passed to the test functions.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request