[go: nahoru, domu]

Skip to content

ahtamjidi/ros_unit_tests_example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example showing the usage of unit tests in a ROS package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.0%
  • CMake 34.0%