$ 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
-
Notifications
You must be signed in to change notification settings - Fork 2
Example showing the usage of unit tests in a ROS package
License
gocarlos/ros_unit_tests_example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Example showing the usage of unit tests in a ROS package
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published