Skip to content

Commit

Permalink
Merge pull request #26 from jojowork/main
Browse files Browse the repository at this point in the history
Added some details to the Simulation.md
  • Loading branch information
sequoia-hope authored Feb 8, 2024
2 parents 3238198 + b8b7d6d commit dd2eef6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion SIMULATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,17 @@ hardware and sensors return fake data. This was originally intended primarily
for integration testing but it has proven useful for navigation software
development.

Connect to the vehicle container:
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:
- 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`.
- click `Activate Autonomy`. The Rover will follow the loaded path.


To get some Debut Output connect to the vehicle container:
```
./attach_docker_vehicle.sh
```
Expand Down

0 comments on commit dd2eef6

Please sign in to comment.