Is there any particular reason why your project uses the std_msgs wrappers for data such as int64s instead of the primitives? ROS docs have made it clear that these messages are for prototyping only and should be avoided. I've found it quite annoying to have to constantly convert in my project and I though about doing a PR with the changes.
Is there any particular reason why your project uses the std_msgs wrappers for data such as int64s instead of the primitives? ROS docs have made it clear that these messages are for prototyping only and should be avoided. I've found it quite annoying to have to constantly convert in my project and I though about doing a PR with the changes.