From b0e1e1ffae440be591cb4fb6af88725271989541 Mon Sep 17 00:00:00 2001 From: Andrei Korigodski Date: Sat, 24 Oct 2020 09:46:21 +0300 Subject: [PATCH] docs: fix translation --- docs/en/simple_offboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/simple_offboard.md b/docs/en/simple_offboard.md index 109c5545..8da6aad8 100644 --- a/docs/en/simple_offboard.md +++ b/docs/en/simple_offboard.md @@ -13,7 +13,7 @@ The `simple_offboard` module of the `clover` package is intended for simplified Main services are [`get_telemetry`](#gettelemetry) (receive telemetry data), [`navigate`](#navigate) (fly to a given point along a straight line), [`navigate_global`](#navigateglobal) (fly to a point specified as latitude and longitude along a straight line), [`land`](#land) (switch to landing mode). -Python samples +Python examples --- You need to create proxies for services before calling them. Use the following template for your programs: