pal-robotics / backward_ros

MIT License
188 stars 25 forks source link

Cannot use current version on Ubuntu 22.04 #18

Open Oyaki122 opened 2 months ago

Oyaki122 commented 2 months ago

I am using this tool on Humble, Ubuntu 22.04. After updating to 1.0.5-1jammy.20240728.203139, the latest version, I get this error message at build time and can no longer use it.

CMake Error at CMakeLists.txt:19 (add_backward):
  Unknown CMake command "add_backward".

If I remove add_backward(), the build passes, but I no longer get the error message when I run the node and it causes an error. This is a great tool and I would love to see it fixed.