Code Editor Not Showing New Directories

Hi,

I have installed some dependencies for gazebo, turtlebot and octomap server inside
/opt/ros/kintetic/share

However, the editor does not show the new directories(e.g. turtlebot_gazebo, turtlebot_navigation etc.)

Is there any way I can open end edit them, without the terminal?

Any help would be appreciated. Thank you

The code editor is configured to show items in ~/catkin_ws and similar ROS workspaces.

The reason is that if there’s any resource you want to edit or add, it should be in your ROS workspace, by convention (this should be the practice even if you are working on your local PC). More so that we only save your ROS workspace - anything outside it will be lost.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.