Following the docker installation, as documented, upon running the examples, the following error occurs:
ModuleNotFoundError: No module named 'message_filters'
Solved by manually running in the docker:
sudo apt update
sudo apt-get install ros-humble-message-filters
before executing the examples.
Following the docker installation, as documented, upon running the examples, the following error occurs:
Solved by manually running in the docker:
before executing the examples.