Custom msg for diference package
Hello,
I am doing the communication between two computer, and I use 2 difference package name.
How can I create and general and custom msg to comunicate between 2 node.
For Example in Package A, I create msg.
Position.msg
float64 x
float64 y
float64 x
and the msg type will be A/Position
and in Package B, I create msg.
Position.msg
float64 x
float64 y
float64 x
and the msg type will be B/Position
:( Thanks all