Corrected linearControlFurther error messages.
This commit is contained in:
parent
95e18735bc
commit
a01e422239
|
|
@ -156,7 +156,7 @@ int main(int argc, char** argv)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::cout << "[WARNING] Cartesian control" << std::endl;
|
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;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue