We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629e484 commit be0fc50Copy full SHA for be0fc50
README.md
@@ -48,7 +48,7 @@ Command WHILL to stop report WHILL status.
48
### Manipulation
49
50
```python
51
-WHILL::set_joy_stick(front=<Integer -100~100>, side=<Integer -100~100>)
+<your_obj_name>.set_joy_stick(front=<Integer -100~100>, side=<Integer -100~100>)
52
```
53
Manipulate a WHILL via this command.
54
Both `front` and `side` are integer values with range -100 ~ 100.
0 commit comments