Skip to content

Package for fully automatic build of ROS to Ubuntu 22.04 and earlier with side packages

Notifications You must be signed in to change notification settings

slavikyd/ROSautobuilder

Repository files navigation

ROSautobuilder

Following scripts were created for fully automatic installation of ROS with additional packages into Ubuntu 22.04 and earlier

Installation and use

For installation use following commands:

git clone https://github.com/slavikyd/ROSautobuilder

When downloaded you need to enter package directory and give files access for execution

cd ROSautobuilder
chmod +x ROSautobuilder.sh
chmod +x ROSautobuilder_with_Clover.sh

Once done you can proceed for installation, but before that make sure you have Ubuntu version not earlier than 18.04 and have preinstalled GIT and curl. If they aren't installed you can use following commands:

sudo apt install curl
sudo apt install git

For use

To use autobuilder you only need to execute one command and give version number in argument (18, 20 or 22 are available at the moment)

Installation of pure ROS

./ROSautobuilder.sh version_number

For installation with Clover packages:

./ROSautobuilder_with_Clover.sh version-number

P.S.: Clover installation may be unstable on 22 Ubuntu version due to official incompatiability of ROS with it. Please look after the installation and if you have spotted some troubles open an issue to let me know about.

New version

Now you can use a bit optimized version of code, which is pretty similar to previous, but have some changes

To use just execute folowing steps:

chmod +x main.sh
./main.sh version_number

P.P.S.: In sooner updates it will be the main version of script

About

Package for fully automatic build of ROS to Ubuntu 22.04 and earlier with side packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages