How do you extract multiple variables from a message
Hey Everyone, I am completely new to ROS. I have a topic called Y that has a message named X containing several variables coming from an external source. The message file looks like:
Header header
float64 a
uint8 b
How do I read/subscribe to this topic and store both a and b in separate variables? I don't mind a pythonic or a C++ solution to this issue
Just making sure: have you completed the introductory tutorials?
I am halfway through the tutorials, Almost done with the beginner ones. I have reached this tutorial