Skip to content
Snippets Groups Projects
Commit cad924e0 authored by Tommy Persson's avatar Tommy Persson
Browse files

Work on development environment.

parent 6043a594
No related branches found
No related tags found
No related merge requests found
# Prepare Existsing Computer
If you already have a ROS computer with a docker daeamon running you can do:
### Configuring Development Computer
You need an Ubuntu machine with Docker installed. Tested with 18.04 and 20.04.
To install the public LRS repos containing mostly messages definitions and service calls:
```bash
mkdir lrs_ws
cd lrs_ws
mkdir src
cd src
git clone https://gitlab.liu.se/lrs/lrs_msgs_common.git
git clone https://gitlab.liu.se/lrs/lrs_kdb_bridge_msgs.git
git clone https://gitlab.liu.se/lrs/lrs_kdb_msgs.git
git clone https://gitlab.liu.se/lrs/lrs_srvs_wdb.git
git clone https://gitlab.liu.se/lrs/lrs_team_msgs.git
git clone https://gitlab.liu.se/lrs/lrs_msgs_del.git
git clone https://gitlab.liu.se/lrs/lrs_msgs_mp.git
git clone https://gitlab.liu.se/lrs/lrs_msgs_tfpop.git
git clone https://gitlab.liu.se/lrs/lrs_msgs_tst.git
git clone https://gitlab.liu.se/lrs/lrs_srvs_exec.git
git clone https://gitlab.liu.se/lrs/lrs_srvs_wdb.git
git clone https://gitlab.liu.se/lrs/lrs_srvs_tst.git
git clone https://gitlab.liu.se/lrs/lrs_launch.git
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment