Guest User

Untitled

a guest
Jul 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. cmake_minimum_required(VERSION 2.8.3)
  2. project(rospy_pub_sub)
  3.  
  4. find_package(catkin REQUIRED COMPONENTS
  5. rospy
  6. rostest
  7. std_msgs
  8. )
  9.  
  10. add_rostest(test_topic.test)
Add Comment
Please, Sign In to add comment