udacity-driving-reader
udacity-driving-reader copied to clipboard
bagdump.py was not working as ROS environment was not source
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