ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Solved quite a while back, but hadn't seen the comment above, so:

It actually ended up being that I had named the python script I was writing cv_bridge.py as well, which was messing with the import statement (basically it was trying to import from itself). I changed the name and everything worked fine!