issues
search
scottlx
/
Wheelchair-Arm-Control
A library with functions of instruction interpretation, object recognition, arm motion planning and execution.
6
stars
4
forks
source link
Fix command typo of &
#4
Closed
phy25
closed
6 years ago
phy25
commented
6 years ago
In command execution context like this, && means items to the left as well as right of it should be run in sequence in this case.
A single & means that the preceding commands—to the immediate left of the &—should simply be run in the background.
Credit:
https://stackoverflow.com/a/26770612/4073795
Credit: https://stackoverflow.com/a/26770612/4073795