Advertisement
difusal

Untitled

Apr 22nd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1. #include "my_lib/my_lib.hpp"
  2. #include "ros/console.h"
  3. #include "ros/ros.h"
  4.  
  5. int main(int argc, char** argv) {
  6.     ROS_WARN("Hello, World!");
  7.  
  8.     ros::init(argc, argv, "my_test_node");
  9.  
  10.     MyLib();
  11.  
  12.     return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement