RoboWare
RoboWare copied to clipboard
Ppylint does not find workspace python packages
While writing a Python node, pylint complains about "E0401 - Unable to include my_ros_package.msg.MyMessage" (where MyMessage would be an already built custom ROS message). The same goes for custom services and actions.
Compiling/Running the script woks perfectly though.
Which PYTHONPATH are you using?