Closed YoheiKakiuchi closed 6 years ago
https://github.com/seed-solutions/aero-ros-pkg/issues/363 @hi-kondo you can run the same test as in travis in your environment
roscd aero_ros_controller
rostest -t test/test_robot_interface.test
Another way for checking test in travis is using docker.
docker build -f Dockerfile.kinetic --tag ros:aero_kinetic --build-arg RUN_TESTS=true .
apt-get dist-upgrade is required