Browse Source

Note with more information

Added a little more information if the people haven't used iPython before on how to exit or how to experiment with this tutorials.
pull/8/head
hello-jesus 1 year ago
committed by GitHub
parent
commit
f57b92796e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      getting_started/quick_start_guide_re1.md

+ 3
- 2
getting_started/quick_start_guide_re1.md View File

@ -143,7 +143,7 @@ Once the robot has homed, let's write some quick test code:
```{.bash .shell-prompt}
ipython
```
Now let's move the robot around using the Robot API. Try typing in these interactive commands at the iPython prompt:
```{.python .no-copy}
@ -177,7 +177,8 @@ robot.end_of_arm.move_to('stretch_gripper',-50)
robot.stow()
robot.stop()
```
!!! note
If you haven't use iPython before you can copy all the code and paste it in the terminal instead of line by line! Also if you want to exit the iPython prompt write exit()
## Change Credentials
Finally, we recommend that you change the login credentials for the default user, hello-robot.

Loading…
Cancel
Save