[ros-users] Publish vector?

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: Robbie Plankenhorn
Date:  
To: ros-users
Subject: [ros-users] Publish vector?
Do I have to create a custom msg file for a vector of custom objects or can
I just do n.advertise<vector<object>>("object",100); if object.msg exists?

Thanks,
Robbie Plankenhorn