Cannot insert values in custom message
Hi and thanks for reading. I am trying to add a custom message to my project, but for some reason I cannot update the values. I simplified the message package to hold a simple String type which still doesn't work. the message catkin_pkg builds without any errors. features_msg.msg:
std_msgs/String tmp
in the .cpp file, I am calling:
features_tracking_msg::features_msg features;
features.tmp = "testing";
and getting: No viable overloaded '='
Any help would be appreciated!