projects
/
q2d.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b60404
)
Fix typo.
author
Walter Fetter Lages
<w.fetter@ieee.org>
Mon, 2 Dec 2024 22:35:46 +0000
(19:35 -0300)
committer
Walter Fetter Lages
<w.fetter@ieee.org>
Mon, 2 Dec 2024 22:35:46 +0000
(19:35 -0300)
q2d_bringup/scripts/torque_step.sh
patch
|
blob
|
history
diff --git
a/q2d_bringup/scripts/torque_step.sh
b/q2d_bringup/scripts/torque_step.sh
index
b822ff0
..
f87cae2
100755
(executable)
--- a/
q2d_bringup/scripts/torque_step.sh
+++ b/
q2d_bringup/scripts/torque_step.sh
@@
-1,7
+1,7
@@
#!/bin/bash
if [ "$#" -ne 2 ]; then
- echo "Usage: $0 <shoulder torque> <elbow toque>"
+ echo "Usage: $0 <shoulder torque> <elbow to
r
que>"
exit -1;
fi;