After I merged PR #377, travis failed as travis result .
[ROSTEST]-----------------------------------------------------------------------
[aero_ros_controller.rosunit-test_robot_interface/testAngleConvert][passed]
[aero_ros_controller.rosunit-test_robot_interface/testWait][passed]
[aero_ros_controller.rosunit-test_robot_interface/testStopMotion][FAILURE]------
/catkin_ws/src/aero-ros-pkg/aero_ros_controller/test/test_robot_interface.cpp:301
The difference between 0 and diff is 0.0187523411520405, which exceeds 0.01, where
0 evaluates to 0,
diff evaluates to 0.0187523411520405, and
0.01 evaluates to 0.01.
--------------------------------------------------------------------------------
[aero_ros_controller.rosunit-test_robot_interface/testReferenceActual][passed]
SUMMARY
[1;31m * RESULT: FAIL[0m
* TESTS: 4
* ERRORS: 0
[1;31m * FAILURES: 1[0m
As a result, travis test failed at
catkin run_tests test_robot_interface.test
But this PR is changed about only README.md.
To confirm travis-test process, git clone master branch of aero-ros-pkg and
docker build -f Dockerfile.kinetic --tag ros:aero_kinetic --build-arg RUN_TESTS=true .
After I merged PR #377, travis failed as travis result .
As a result, travis test failed at
catkin run_tests test_robot_interface.test
But this PR is changed about only README.md.
To confirm travis-test process, git clone master branch of aero-ros-pkg and
docker build -f Dockerfile.kinetic --tag ros:aero_kinetic --build-arg RUN_TESTS=true .
As a result, ROSTEST is all succeeded.
Why is this different results, in spite of test in the same process?