duckietown / hatchery

🐣 An IDE for building ROS applications
http://www.ros.org/
Other
8 stars 1 forks source link

Unable to find files #15

Open vbschettino opened 5 years ago

vbschettino commented 5 years ago

Hi,

I'm using the latest versions of PyCharm and the plugin. Everything seems to work, except that the plugin is unable to resolve symbols and locate files. The weird thing is that if I look at the Hatchery settings, all the packages seem to be found (see attached pictures).

Is this a bug or did I miss some configuration step?

Thanks in advance, very nice work!

Screenshot from 2019-04-29 14-58-53 Screenshot from 2019-04-29 14-58-29

marcoesposito1988 commented 5 years ago

My guess is that the plugin only finds packages in the workspace itself, but not in the linked ones (such as the root ROS installation).

It would be nice to follow the workspace linking chain and add all source directories to the path.