ros / dynamic_reconfigure

BSD 3-Clause "New" or "Revised" License
48 stars 111 forks source link

missing md5Checksum in ros::service::call #128

Closed jmg1010 closed 5 years ago

jmg1010 commented 5 years ago

Hi, when I try to do a ros::service::call (as descirbed here: http://ros-robotics.blogspot.com/2016/03/controling-dynamic-reconfiguration-from.html ) with a dynamic_reconfigure::ReconfigureRequest I get a compile time error that the __getServerMD5Sum" member function is missing.