ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The solution is to source the workspace before running the script. I have never had to do this in a local machine so I am not sure what is the reason I have to do it in the continuous integration.

In short I have to do:

catkin_make tests
source devel/setup.bash
catkin_make run_tests
catkin_test_results

The solution is to source the workspace before running the script. tests. I have never had to do this in a local machine so I am not sure what is the reason I have to do it in the continuous integration.

In short I have to do:

catkin_make tests
source devel/setup.bash
catkin_make run_tests
catkin_test_results