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

So the issue was I had a pyshark directory in /home/jack/catkin_ws/devel/lib/python2.7/dist-packages that only contained an __init__.py file. No other code was in the directory so catkin thought it found pyshark when what it really found was empty. I don't know how that pyshark directory got there but after deleting it my ROS node runs wihtout issues. I'm going to try reinstalling pyshark using rosdep to see if that directory pops up for some reason but at the moment pyshark is working.