Robotics StackExchange | Archived questions

kuri no module named mayfield_utils

when we are testing our kuri trying to see what kuri is capable of. However, when we are trying out the launch files from kuriedu, it also has ImportError saying no module named mayfieldutils. Anyone has suggestions about this error? When we went to /opt/ folder, we were able to find the folder called mayfield_utils. However, whenever we are trying to launch a ros launch file, the error is always there

Asked by CaydenRuan on 2019-04-17 17:01:53 UTC

Comments

Answers

no module named mayfield_utils

that sounds like a Python import error.

When we went to /opt/ folder, we were able to find the folder called mayfield_utils

in /opt/ros/indigo/share perhaps? That directory doesn't typically contain Python modules.

For those you'd have to check /opt/ros/indigo/lib/python2.7/dist-packages.

Asked by gvdhoorn on 2019-04-18 01:07:58 UTC

Comments