uuv_simulator
uuv_simulator copied to clipboard
Switched running the tests to the default industrial_ci test runner.
Is it necessary to run the tests explicitly with the run_tests.sh shell script? I have changed running the tests to the default industrial_ci test runner. The tests seem to run just fine. I think this PR is necessary, because catkin_tools is not released for Ubuntu 20.04, yet. In my opinion, even if catkin_tools will be released it is more future proof to just let industrial_ci handle running the tests. I have also removed running the before_script. It would install catkin_tools, which is not needed anymore and other stuff, which is not needed at all in the build pipeline. If this PR will be merged it might make sense to delete the unused shell scripts. However, it might also make sense keep them, to be able to quickly setup uuv_simulator locally.