Guest User

Untitled

a guest
Oct 15th, 2011
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include "DepthConverter.h"
  2.  
  3. int main(int argc, char** argv)
  4.     {
  5.         ros::init(argc, argv, "converter");
  6.         DepthConverter conv;
  7.         ros::spin();
  8.         return 0;
  9.     }
Add Comment
Please, Sign In to add comment