From 4967d651bdfcc5446d232a3480416bf73a3c5027 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 27 Oct 2020 19:34:48 +0300 Subject: [PATCH] docs: add default username/password info to the simulator vm article --- docs/en/simulation_vm.md | 2 ++ docs/ru/simulation_vm.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/en/simulation_vm.md b/docs/en/simulation_vm.md index 08516b3f..5170cebb 100644 --- a/docs/en/simulation_vm.md +++ b/docs/en/simulation_vm.md @@ -8,6 +8,8 @@ In addition to [native installation instructions](simulation_native.md), we prov * preconfigured Gazebo simulation environment; * Visual Studio Code with C++ and Python plugins. +> **Info** The default username on the VM is `clover`, with password `clover`. + The VM is an easy way to set up a simulation environment, but can be used as a development environment for a real drone as well. You can download the latest VM image [in the VM releases repository](https://github.com/CopterExpress/clover_vm/releases). diff --git a/docs/ru/simulation_vm.md b/docs/ru/simulation_vm.md index 9f10af7b..cb5c47be 100644 --- a/docs/ru/simulation_vm.md +++ b/docs/ru/simulation_vm.md @@ -10,6 +10,8 @@ * предварительно настроенный симулятор Gazebo; * среда разработки Visual Studio Code с плагинами для разработки на Python и C++. +> **Info** Имя пользователя по умолчанию на виртуальной машине - `clover`, пароль - `clover`. + Виртуальная машина может использоваться как для запуска симуляторов, так и для работы с настоящим дроном. Скачать текущую версию виртуальной машины можно [в релизах репозитория виртуальной машины](https://github.com/CopterExpress/clover_vm/releases).