How do I spawn a urdf object programmatically?
I take a .pcd file as input and process the pointcloud using pcl. I then want to spawn an object in Gazebo using the results of that processing so that I can simulate the manipulation of that object with a pr2. Is there a programmatic way to do this , i.e. using c++.