Noam-Dori / ros-integrate

Extends IntelliJ-Based IDEs with ROS specific development tools
Apache License 2.0
22 stars 3 forks source link

Automatically remove /opt/ros/*/setup.bash from additional workspace packages #24

Closed peci1 closed 4 years ago

peci1 commented 4 years ago

As pointed out in #18, The default ROS installation path should not be a part of the additional workspace packages setting. However, this setting gets pre-filled with ROS_PACKAGE_PATH, which in many cases does contain this path. I think the plugin should remove it automatically, or at least warn the user that he should do that.