This Bash script automates the installation of ROS (Robot Operating System) on Ubuntu systems. The script checks the Ubuntu version and installs the appropriate ROS version (Hubble, Noetic, or Melodic) accordingly.
- Make it executable
chmod +x install_ros.sh
- Run
./install_ros.sh.
Feel free to modify the script to suit your specific ROS version or Ubuntu release requirements.