ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This is probably similar to running an IDE and getting it to code-complete ROS code.
Have you tried starting pycharm from a terminal in which you have sourced your setup.bash
?
Otherwise make sure to check your PYTHONPATH
, it should contain (at least) /opt/ros/$ros_release/lib/python2.7/dist-packages
.