-
Notifications
You must be signed in to change notification settings - Fork 19
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
Change type of received_message #168
Comments
Agreed that we can't take a new dependency on |
@CursedRock17 Sounds good 👍 |
Sounds good, it's been checked off as ready to go and all the uncrustify errors are fixed so once it's reviewed and the CI is ran on it, I'll change up rclcpp message handling. |
@CursedRock17 i totally missed this one, i will take a look. |
Description
The point of this issue is to highlight discussion to change from a type
T
tomessage_info
in theOnMessageReceived
Function. I would be able to make a pull request for these changes, if thelibstatistics_collector
library wanted to go along with thisRelated 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
T
inconst T & received_message
within allOnMessageReceived
functions to eitherrmw_message_info_t
or if we wanted to import rclcpp (which we probably don't)clcpp::MessageInfo
OnMessageReceived
functions that are templated with typeT
Testing Notes / Suggestions
Not much other than changing the message types passed to the test functions.
The text was updated successfully, but these errors were encountered: