What is the ROS2 equivalent of ros::service_traits::md5sum()?

asked 2020-07-02 07:10:00 -0500

KenYN gravatar image

I've inherited some ROS1 code that pokes around in messages, and it uses ros::service_traits::md5sum() to compare if two messages are the same. What is the equivalent code for ROS2? I've looked at rosidl, but I cannot find anything there.

edit retag flag offensive close merge delete