Built the docker environment manually and tried to run python bagdump.py.
Got the error No handler could be found for logger "rosout"
Had to run source /opt/ros/<distro>/setup.bash in container's bash before running python bagdump.py.
Hope this helps ppl who are facing the same issue
Built the docker environment manually and tried to run
python bagdump.py.Got the error
No handler could be found for logger "rosout"Had to run
source /opt/ros/<distro>/setup.bashin container's bash before runningpython bagdump.py.Hope this helps ppl who are facing the same issue