From a01e4222393673437d88c27933eee208b8dfc19a Mon Sep 17 00:00:00 2001 From: CHARLES Date: Sun, 13 Apr 2025 21:49:26 +0200 Subject: [PATCH] Corrected linearControlFurther error messages. --- src/linearControlFurther.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/linearControlFurther.cpp b/src/linearControlFurther.cpp index 8e69094..f74c01f 100644 --- a/src/linearControlFurther.cpp +++ b/src/linearControlFurther.cpp @@ -156,7 +156,7 @@ int main(int argc, char** argv) else { std::cout << "[WARNING] Cartesian control" << std::endl; - std::cout << ">> linearControl L1(cm) L2(cm) x(cm) y(cm)"<< std::endl; + std::cout << ">> linearControlFurther L1(cm) L2(cm) x(cm) y(cm)"<< std::endl; } return 0;