The programming tools that will be used are Terminator and Visual Studio Code.

image.png

To install these two follow the below commands:

To install Terminator:

sudo apt install terminator

To install Visual Studio Code:

sudo snap install code --classic

We need also to install two Extensions in Visual Studio Code. The first is ROS Extension as show below:

image.png

The second is CMake Extension as shown below:

image.png