Viewing certain directories in the browser window

How can I see the directory /home/simulations in the browser window on the top?

Hello @tnkumar ,

You can’t. The editor is configured to only show the files under home/user, which are the files that matter for the student. The reason is to simplify the environment for students and to avoid them doing modifications to other code. In case you want to visualize some other file in the IDE, you can copy it to the catkin_ws.

Best,

1 Like

Is the way to copy to catkin_ws - use Linux cp commands in the terminal?