From de8c93ee637e53409b7ffa519c613b7a70c0c315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Kvarnstr=C3=B6m?= <jonas.kvarnstrom@liu.se> Date: Wed, 7 Apr 2021 15:46:34 +0200 Subject: [PATCH] Misc updates for installation instructions --- README.md | 2 -- doc/install.md | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2466826..88e34d2 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,6 @@ Follow these installation instructions to install - [Install Software on Local Machine or Virtual Machine](doc/install.md) - - The development environment then provides many additional functionalities related to the core system, including those functionalities that are present in the tutorials. diff --git a/doc/install.md b/doc/install.md index a842172..8316c0f 100644 --- a/doc/install.md +++ b/doc/install.md @@ -146,7 +146,7 @@ Then log in and log out to the development system for the docker commands to wor docker ps ``` -++++ What should this say? Is it just a test that nothing crashes or do you want to see something in particular? +++++++++++++++++ What should this say? Is it just a test that nothing crashes or do you want to see something in particular? At this point your system now has the necessary software installed. @@ -157,9 +157,12 @@ glxgears glmark2 ``` + If the above commands execute without errors you can test that Gazebo works correctly on your development system: ```bash roslaunch lrs_wara_gazebo gazebo.launch roslaunch lrs_wara_gazebo dji_to_gazebo.launch name:=dji0 with_laser:=true x:=5 ``` + ++++++++++++++++++++ Does any of this require an actual development environment to be installed or is this completely self-contained in the playbook software etc? -- GitLab