Closed xmfcx closed 8 months ago
Follow up from:
Attempts to fix:
I don't know why is this necessary but without find_package(can_msgs REQUIRED) it cannot build with rolling.
find_package(can_msgs REQUIRED)
Wrong judgement from my side.
It turns out this was coming from rosdep not resolving the package.xml things because I was in Ubuntu jammy and instead was asking for noble.
jammy
noble
Instead, opened this PR:
Follow up from:
Attempts to fix:
I don't know why is this necessary but without
find_package(can_msgs REQUIRED)
it cannot build with rolling.