From f1e90c8d9f7d898dcbf7d114181353307316493d Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Tue, 26 Mar 2019 14:27:57 +0100 Subject: [PATCH] experiment with reverse --- cpp/openCVnaiveObstacleAvoidance/openCVnaiveObstacleAvoidance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/openCVnaiveObstacleAvoidance/openCVnaiveObstacleAvoidance.cpp b/cpp/openCVnaiveObstacleAvoidance/openCVnaiveObstacleAvoidance.cpp index cb97e7b..c8b60a3 100644 --- a/cpp/openCVnaiveObstacleAvoidance/openCVnaiveObstacleAvoidance.cpp +++ b/cpp/openCVnaiveObstacleAvoidance/openCVnaiveObstacleAvoidance.cpp @@ -61,7 +61,7 @@ class MyListener : public IDepthDataListener const string bobbycar_backward = "b"; uint8_t bobbycar_reversing = 254; - royale::Vector boobycar_reversing_script ={"s","b","b","b","b","r","b","r","b","r","b"}; + royale::Vector boobycar_reversing_script ={"s","b","b","b","r","r","r","r","r","r","b","b"}; public : -- 1.7.10.4