Spaces:
Running
Running
RemiFabre commited on
Commit ·
57e03b6
1
Parent(s): e404c06
minor
Browse files- deploy_wireless.sh +2 -2
- stop_app.sh → stop_apps.sh +0 -0
deploy_wireless.sh
CHANGED
|
@@ -9,11 +9,11 @@
|
|
| 9 |
#
|
| 10 |
# PREREQUISITES:
|
| 11 |
# 1. Passwordless SSH access to the robot:
|
| 12 |
-
# ssh-copy-id pollen@reachy-mini.local (password:
|
| 13 |
#
|
| 14 |
# 2. The reachy-mini-daemon must be running on the robot.
|
| 15 |
# It starts automatically on boot. If stopped:
|
| 16 |
-
# ssh pollen@reachy-mini.local '
|
| 17 |
#
|
| 18 |
# 3. The robot must be powered on and on the same network as your laptop.
|
| 19 |
# If reachy-mini.local doesn't resolve, pass the IP address instead.
|
|
|
|
| 9 |
#
|
| 10 |
# PREREQUISITES:
|
| 11 |
# 1. Passwordless SSH access to the robot:
|
| 12 |
+
# ssh-copy-id pollen@reachy-mini.local (password: root)
|
| 13 |
#
|
| 14 |
# 2. The reachy-mini-daemon must be running on the robot.
|
| 15 |
# It starts automatically on boot. If stopped:
|
| 16 |
+
# ssh pollen@reachy-mini.local 'systemctl restart reachy-mini-daemon.service'
|
| 17 |
#
|
| 18 |
# 3. The robot must be powered on and on the same network as your laptop.
|
| 19 |
# If reachy-mini.local doesn't resolve, pass the IP address instead.
|
stop_app.sh → stop_apps.sh
RENAMED
|
File without changes
|