11         geometry_msgs::Point point;
 
   13         msg.vertices.push_back(point);
 
   18         shape_msgs::MeshTriangle meshtriangle;
 
   20         msg.triangles.push_back(meshtriangle);
 
   27     msg.distortion_model = 
"plumb_bob";
 
   73     msg.width = cam_model.
width();
 
   74     msg.height = cam_model.
height();