An open API service indexing awesome lists of open source software.

https://github.com/zabot/ros_live

A persistant Debian LiveCD with ROS Melodic preinstalled
https://github.com/zabot/ros_live

debian-live ros ros-melodic

Last synced: 2 months ago
JSON representation

A persistant Debian LiveCD with ROS Melodic preinstalled

Awesome Lists containing this project

README

        

# ROS Live Environment
A build system for a live Debian stretch environment with
`ros-desktop-full` preinstalled and support for persistence.

## Usage
- Configure the settings in `config.sh` to your liking (Probably just the timezone)
- Add or removing any scripts in `install.d`. All of the scripts in `install.d` will
be run as root in the chroot before the iso is built.
- Run `sudo make`. Make needs to be run as root in order to create and
use the chroot that will become the live environment.

The resulting iso will be bootable via BIOS or EFI and is ready to be `dd`'d onto
a flash drive. As always with dd, make sure to check of is the correct drive

```
sudo dd bs=4M if=arc_live.iso of=/dev/sdb status=progress oflag=sync
```