How can I take a String input and publish it to a topic as a String?
I am writing a node that takes String input from user and checks that string using simple if-else and publishes another String to a topic accordingly, but I'm getting a compile time error of different package ( expected std_msgs/msg_.string.String, got <str> ).