I think I deleted the folder /home/simulations

Hi there, I’m in unit 3 and I got stuck in a point where I have to get into /home/simulations/public_sim_ws/src/all/ros_basics_examples/linux_demo/., but I just have catkin_ws folder, I think I deleted the rest of the folders by mistake, ¿?

Tried to find a “recycle bin” somewhere but couldn’t find the folder anywhere.

Any help would be great, thanks a lot in advance, cheers

Hi,

I think you are trying to get into the folder through IDE, but in IDE you can only see catkin_ws and no other folder structure. Only way to navigate to other directory is though bash terminal.
Just type this command to change directory.

cd /home/simulations/public_sim_ws/src/all/ros_basics_examples/linux_demo/

After this you will enter into this directory in shell. You can see all the files using ls command

It did work, It was the first thing I tried before posting but I must have missed a character. My apologies, and many thanks for your kind help.

Carlos