message with array of different messages
Hello,
in my code i define something like
class Sphere { ...
class Plane { ...
...
and defined a vector with different shape types.
Now i want to send this information as ROS message. Is it possible that i can define a message like
shapes[] shapes
and shape could be plane or sphere?
Thank you for your help