From 174e3ef57ae88007201060293ac7891a6dba16ed Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sun, 26 Nov 2017 02:34:12 +0300 Subject: [PATCH] Updates docs/simple_offboard.md Auto commit by GitBook Editor --- docs/simple_offboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/simple_offboard.md b/docs/simple_offboard.md index efa137d7..b676433c 100644 --- a/docs/simple_offboard.md +++ b/docs/simple_offboard.md @@ -22,7 +22,7 @@ Simple offboard ```python import rospy -from marker_navigator.srv import SetPosition, \ +from clever.srv import SetPosition, \ SetPositionYawRate, \ SetPositionGlobal, \ SetPositionGlobalYawRate, \