Corrected linearControlFurther error messages.

This commit is contained in:
Charles STELANDRE 2025-04-13 21:49:26 +02:00
parent 95e18735bc
commit a01e422239
1 changed files with 1 additions and 1 deletions

View File

@ -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;