We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Built the docker environment manually and tried to run python bagdump.py.
python bagdump.py
Got the error No handler could be found for logger "rosout"
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.
source /opt/ros/<distro>/setup.bash
Hope this helps ppl who are facing the same issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 runningpython bagdump.py
.Hope this helps ppl who are facing the same issue
The text was updated successfully, but these errors were encountered: