Skip to content

Commit

Permalink
Silvia/readme connection (#28)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
SSSilviaa committed Oct 26, 2023
1 parent 1ed059c commit a85860e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,32 @@ Commands:
- Velocity: `/buggy/velocity` in m/s (std_msgs/Float64)

---
### Connecting to and Launching the RoboBuggy
When launching the buggy:
- Connect to the Wi-Fi named ShortCircuit.The password is ShortCircuit
- In the command line window:
SSH to the computer on ShortCircuit and go to folder
`$ ssh nuc@192.168.1.217`
password: we trust you
Then `$ cd RoboBuggy2`
- Setup the docker
`$ ./setup_prod.sh`
- Go to docker container
`$ docker_exec`
- Open foxglove and do local connection to “ws://192.168.1.217/8765”
- Roslauch in docker container by `$ roslaunch buggy main.launch`
(wait until no longer prints “waiting for covariance to be better”)

When shutting down the buggy:
- Stop roslauch
`$ ^C (Ctrl+C)`
- Leave the docker container
`$ exit`
- Shutdown the ShortCircuit computer
`$ sudo shutdown now`


---
## Development

TODO:
Expand Down

0 comments on commit a85860e

Please sign in to comment.