udacity-driving-reader icon indicating copy to clipboard operation
udacity-driving-reader copied to clipboard

bagdump.py was not working as ROS environment was not source

Open koztkozt opened this issue 3 years ago • 0 comments

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

koztkozt avatar Mar 13 '22 15:03 koztkozt