sick_safevisionary_tests
Integration tests for the Sick SafeVisionary2 driver
README
Sick Safevisionary Tests
Integration tests and high-level concept validation for the Sick safeVisionary2 driver.
Useful information on integration tests in ROS2 is available here
Run tests manually
In the root of a sourced workspace, call
colcon test --packages-select sick_safevisionary_tests && colcon test-result --verbose
to run and inspect the integration tests locally.
You can clean the test results and outdated errors with
colcon test-result --delete-yes