How to publish a ROS msg on Linux terminal
I have a ros msg as follows
int32 x int32 y char type
I want to give values to them on linux terminal. Something like this:
rostopic pub /topic message -- 2 3 'x'
But it doesn't work. I am using ROS Diamond.