rwightman / udacity-driving-reader

Quick docker based reader for udacity rosbag self-driving dataset. Dumps to png/jpg + csv or Tensorflow examples.
Apache License 2.0
162 stars 64 forks source link

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

Open koztkozt opened 2 years ago

koztkozt commented 2 years ago

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