Skip to content

Commit 82a8ad5

Browse files
authored
content: Specify Leo control options from WebUI (#138)
* content: Add control options for Rover via Web UI including virtual joystick, keyboard, and gamepad * Format * Add new word to cspell * Update gamepad steering instructions
1 parent 6d16819 commit 82a8ad5

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
"uros",
153153
"velodyne",
154154
"VRTKCAM",
155+
"WASD",
155156
"WEIPU",
156157
"widowx",
157158
"wlan",

docs/leo-rover/documentation/getting-started.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,19 @@ http://10.0.0.1/
8181
height="1080"
8282
/>
8383

84+
From the Web UI, you can access the Rover's camera stream and control the
85+
Rover's movement using various control options:
86+
87+
- **Virtual joystick**: Use the on-screen joystick to control the Rover's
88+
movement in all directions.
89+
- **Keyboard**: Use the arrow keys or WASD keys on your keyboard to control the
90+
Rover's movement.
91+
- **Gamepad**: If you have a gamepad connected to your device, you can use it to
92+
control the Rover's movement. The gamepad should be automatically detected by
93+
the Web UI. To drive with the gamepad, hold the **RB** button (or its
94+
equivalent), use the left joystick up and down for linear motion, and use the
95+
right joystick left and right for angular motion.
96+
8497
## Turn off the Rover properly
8598

8699
Due to the system architecture, the Rover needs to be turned off the old-school

0 commit comments

Comments
 (0)