From 3f2ba428fd1f0a086bf43204bc21ddb586efffbe Mon Sep 17 00:00:00 2001 From: Tommy Persson <tommmy.persson@liu.se> Date: Tue, 29 Sep 2020 10:24:28 +0200 Subject: [PATCH] Work with depot --- doc/local_ros_installation.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/doc/local_ros_installation.md b/doc/local_ros_installation.md index 6a9650a..09b1ac1 100644 --- a/doc/local_ros_installation.md +++ b/doc/local_ros_installation.md @@ -46,6 +46,10 @@ And to clean up: docker system prune ``` +<hr> +<hr> +<hr> + ## Scripts You now have the following scripts in your path: @@ -142,6 +146,10 @@ if [[ $(lsb_release -rs) == "20.04" ]]; then fi ``` +<hr> +<hr> +<hr> + ## How to start different parts ### Pull the Image @@ -273,7 +281,9 @@ and the control mode must be: - thrust - yawrate - +<hr> +<hr> +<hr> ## Compiling Simulator @@ -314,6 +324,10 @@ make -j 4 djiosdk-core sudo make install djiosdk-core ``` +<hr> +<hr> +<hr> + ## Running Simulator Locally ### Start dji0 with simulator running from local repos @@ -328,6 +342,10 @@ In the docker run wexec roslaunch lrs_launch djisimtst.launch simulator:=false ns:=/dji0 ``` +<hr> +<hr> +<hr> + ## Flying with Gamepad For this case it is more convenient to runt the roscore on the local machine: -- GitLab