Closed syyuen closed 1 year ago
The build actions fail. Maybe this is because of deprecated tool versions in the workflow files: https://github.com/boschglobal/locator_ros_bridge/tree/main-v1.8/.github/workflows
You could try newer versions like here (but only ubuntu-22.04 is used here): https://github.com/boschresearch/fmi_adapter/blob/rolling/.github/workflows/build_and_test.yml
Looking at the diff between the github action for the utils and the main package, the utils build could be fixed by downgrading the setup-ros action used. The newer version of the action used for utils failes because rosdep considers galactic as deprecated. I am not sure if we want to do that though, since we will move to humble anyhow.