Skip to content

Commit

Permalink
Updates to SIMULATION readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sequoia-hope committed Feb 8, 2024
1 parent efd897a commit afa3a96
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions SIMULATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ hardware and sensors return fake data. This was originally intended primarily
for integration testing but it has proven useful for navigation software
development.

now you should be able to open the User Interface in your browser on:
Now you should be able to open the User Interface in your browser on:
http://localhost

The UI will be refactored later. But for now just do the following steps:
The UI will be refactored later. For now use the following steps to load a
navigation path and run the simulated robot:
- click `select a path` and then e.g. `aaa_test3`.
- click `Load Path` on the Right. The Loaded Path Name should appear on the right.
- click `Clear Autonomy Hold`.
Expand All @@ -53,7 +54,7 @@ To get some Debut Output connect to the vehicle container:
```
./attach_docker_vehicle.sh
```
Multiple processes are running in separate tmux windows. The vehicle has a main
Multiple processes are running in separate tmux sessions. The vehicle has a main
process and a separate motor process.
```
/home/acorn # tmux ls
Expand All @@ -76,6 +77,18 @@ You can connect to the motors with:
tmux a -t motors
```

Note that you do not need to type the full tmux session name - just enough
letters to distinguish between them. Detach from the motors tmux session and
run:
```
tmux a -t mo
```
or
```
tmux a -t ma
```
And you will be connected to the motors or main tmux session, respectively.

Exit out of any tmux windows, and at the root prompt of the container press
Ctrl+D to exit the docker container without stopping it.

Expand Down

0 comments on commit afa3a96

Please sign in to comment.