-
Ubuntu 16.04 or newer
-
One of these following version of ROS
- Lunar Loggerhead
- Melodic Morenia
- It is recommended to install the full version
$ sudo apt-get install ros-<distro>-desktop-full
-
Create catkin workspace
$ mkdir -p ~/catkin_ws/src $ cd ~/catkin_ws/ $ catkin_make $ echo "source ~/catkin_ws/devel/setup.bash" >> ~/.bashrc $ source ~/.bashrc
-
Install rosbridge-suite
$ sudo apt-get install ros-<distro>-rosbridge-server