How to Subscribe vector<geometry_msgs::PoseStamped> type topic?
hello :) i wanna publish and subscribe vector<geometry_msgs::posestamped> type topic, how can i do?
void exceptionPointsCallback(const std::vector<geometry_msgs::PoseStamped::ConstPtr&> msg???????!!!!)
{
exceptions_points.clear();
exceptions_points.swap(msg);
}
@Mohsen Hk did you manage to make this work? Im having problem accomplishing it, and would really appreciate some help