I have run ROS before using a Ubuntu Virtual Machine using VirtualBox. There, ROS Kinetic is installed, so I'm guessing that's an older Ubuntu build. There we ran a few python scripts that visualize using Gazebo.
I recently installed the Ubuntu 20.04 LTS Terminal for Windows on my PC, and it runs as expected. I executed the ROS Noetic Installation using
sudo apt install ros-noetic-desktop-full
(Since Ubuntu 20.04 is compatible with ROS Noetic).
This was verified by running commands such as roscore
and rosnode list
successfully.
Is a way to access the file system from Windows and run the ROS scripts and Gazebo as in a Virtual Machine? I'd like to edit files using Sublime Text in Windows, and then use them as scripts for a Catkin Workspace, run using the Ubuntu Terminal for Windows. I also need a way to access the root file system for the Ubuntu in my drive. There are articles saying they might exist in C:\Users\User_name\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu20.04onWindows_79rhkp1fndgsc\LocalState
, but for me this directory contains no files (yes, no hidden ones either).
What steps should I follow to make it work as intended?