ImportError: cannot import name Bag
Hi, I've created a catkin workspace and I'm trying to open a rqt_bag version made by me (with some plugins).
The problem comes when I try to use roslaunch to launch rqt_bag from my workspace.
If I open the standar rqt_bag it works, but if I do this, it does not work.
This is the error that it shows:
Traceback (most recent call last):
File "/home/roberott/Escritorio/DepartamentoDeRobotica/catkin_ws/src/rqt_bag/scripts/rqt_bag", line 4, in <module>
from rqt_bag import Bag
ImportError: cannot import name Bag