Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 840 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 840 Bytes

Dead simple ROS package with unit tests

Build Status

License

USAGE - RUN

$ cd ~/catkin_ws/src # go to source directory of your catkin workspace
$ git clone https://github.com/gocarlos/ros_unit_tests_example.git
$ cd ~/catkin_ws/

# BUILD PROJECT

# When using catkin_make
$ catkin_make
$ catkin_make run_test

# When using catkin_tools
catkin build --catkin-make-args run_tests

# Or if only want to build the workspace and after that run the tests
# The launch file can also be used to set parameters etc. 
catkin build
rostest ros_unit_tests_example node_launcher.launch