From 3e4f1ab8a920273ad6220cff3f547438ca46092c Mon Sep 17 00:00:00 2001 From: Dmitrii Okoneshnikov <39788810+MagicWinnie@users.noreply.github.com> Date: Mon, 27 Jul 2020 21:05:43 +0700 Subject: [PATCH] Fixed broken links (#257) --- docs/en/simulation_usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/simulation_usage.md b/docs/en/simulation_usage.md index cd2f389d..84ecb778 100644 --- a/docs/en/simulation_usage.md +++ b/docs/en/simulation_usage.md @@ -1,10 +1,10 @@ # Using the simulator -The Clover simulation environment allows the user to test their code without any risk of equipment damage. Additionally, the [virtual machine](simulation_setup_vm.md)-based environment has additional (non-ROS) services that are present on a real drone, like Monkey web server. +The Clover simulation environment allows the user to test their code without any risk of equipment damage. Additionally, the [virtual machine](simulation_vm.md)-based environment has additional (non-ROS) services that are present on a real drone, like Monkey web server. ## Running the simulation -After [setting up the simulation packages](simulation_setup_native.md) or [importing and running the VM](simulation_setup_vm.md), you can use `roslaunch` to start Gazebo simulation: +After [setting up the simulation packages](simulation_native.md) or [importing and running the VM](simulation_vm.md), you can use `roslaunch` to start Gazebo simulation: ```bash # Be sure to activate your workspace first