Tested on Jazzy. Tests are now passing (on my machine at least). Necessary changes:
Add test.launch/*.launch to the installed files; otherwise the Job object cannot locate the launch files to install
Replace check for upstart configuration file with newer systemd configuration file
I'd appreciate someone running the tests on different machines and different ROS distributions to make sure the changes work on those too before we release an updated version.
General testing process:
cd /path/to/workspace
rm -rf install/robot_upstart
colcon build --packages-select robot_upstart
colcon test --packages-select robot_upstart
cat log/latest_test/robot_upstart/stdout.log
Make sure the log doesn't show any assertion failures. Assuming there aren't any we should be in good shape.
Tested on Jazzy. Tests are now passing (on my machine at least). Necessary changes:
test.launch/*.launch
to the installed files; otherwise theJob
object cannot locate the launch files to installupstart
configuration file with newersystemd
configuration fileI'd appreciate someone running the tests on different machines and different ROS distributions to make sure the changes work on those too before we release an updated version.
General testing process:
Make sure the log doesn't show any assertion failures. Assuming there aren't any we should be in good shape.