This section discusses how to prepare a virtual machine for installing ROS. Because …
Make sure you
sudo apt …
git config --global user.email "danaukes@gmail.com"
git config --global user.name "Dan …
#update repository
sudo apt update
#visual package manager
sudo apt install -y synaptic
#ssh access …
docker images
docker pull
docker create
docker ps
docker attach 3378689f2069 …
Switching from ROS2’s multicast default to unicast can be a bit tricky, especially if …