-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Link to driver check procedure, remove non-generic launch stuff
- Loading branch information
1 parent
1917fb3
commit 56d3144
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
1. Press other relevant buttons and make sure they light up: manipulation PC and the robot parts you want to use. | ||
1. Turn on the manipulation PC. | ||
1. Wait until the manipulation PC has finished booting. You can monitor this through `ping manipulation` issued from another PC connected to the robot's local network. | ||
1. Issue `ssh teo@manipulation` from said external PC (alternatively: `ssh [email protected]`). | ||
1. Open the [emergency buttons](/fig/emergency-buttons.jpg) for the robot parts you need. Keep these buttons close and ready to be used. | ||
1. Issue `launchCanBus --from manipulation.ini` or the INI file most suitable for your demo, check for possible errors or warnings. | ||
|
||
## Demonstration Instructions | ||
|
||
|
@@ -25,4 +23,5 @@ Refer to the specific instructions of the demo you want to launch: | |
|
||
## See also | ||
|
||
- [driver check procedure](driver-check-procedure.md) | ||
- <https://apps-robots.uc3m.es/robots/wiki/Qu%C3%A9_llevar_a_Demos_(TEO)> |