From cad924e01b5ef90737719dcfacd1b6bbb863c5e2 Mon Sep 17 00:00:00 2001 From: Tommy Persson <tommmy.persson@liu.se> Date: Tue, 8 Sep 2020 11:51:04 +0200 Subject: [PATCH] Work on development environment. --- doc/prepare_ros_computer.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/prepare_ros_computer.md diff --git a/doc/prepare_ros_computer.md b/doc/prepare_ros_computer.md new file mode 100644 index 0000000..b7998b5 --- /dev/null +++ b/doc/prepare_ros_computer.md @@ -0,0 +1,29 @@ +# 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 +``` + -- GitLab