How to Develop Ros from within windows connecting to ubuntu vm (vmware)! for easy development

How to connect start with installing openssh server

TUTORIAL

How To Ssh Into Ubuntu VM Virtualbox From Host Machine - DEV Community

sudo apt update # allways good :) its kinda like 'did you turn it on and off again?'
sudo apt install openssh-server
sudo service ssh start
sudo systemctl status ssh
looks like ubuntu already had it setup!
im running vmware so its going to be different
actually this is not needed!
ip a
ipconfig
in my case it was one of these lets find out which

turns out is the 192.168.229.1 network

Install vs code

Running Visual Studio Code on Linux

Connect though vs code

NOTE showen here you have to click the same buttons again once you have setup connection

success!

by oran collins
github.com/wisehackermonkey
oranbusiness  A T gmail (doot) com
20210313