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

The problem is solved by replace

import queue

by

import Queue as queue

The first time I just replaced queue with Queue but the remaining program is still using queue this is why the second error comes out.