This repository provides a convenient way to install ROS (Robot Operating System) along with all the required packages for TurtleBot3 with just a single command. Whether you're new to robotics or a seasoned developer, this streamlined installation script will save you time and effort.
To install ROS and TurtleBot3 packages using this repository, follow this simple step:
git clone https://github.com/vividblueprint/turtlebot3_install_single_cmd.git
cd turtlebot3_install_single_cmd
chmod +x *
./install_ros_noetic.sh
That's it! The script will handle the installation of ROS and all the necessary TurtleBot3 packages for you.
- ROS Noetic (Other ROS distros may be supported in the future)
If you encounter any issues or have suggestions for improvements, please feel free to open an issue or create a pull request. Your contributions are highly appreciated!
Happy Robot Hacking! 🤖🚀