Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix `run_sim` command and add information about other sim flags and commands.
  • Loading branch information
llarco authored Sep 12, 2020
1 parent 07a0359 commit e1d73fd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,20 @@ Inside of docker:

1. Run `sudo route add -net 239.0.0.0 netmask 255.0.0.0 dev lo`
1. Run `cd ${MAKANI_HOME}`
1. Run `run_sim -S -M`
1. Run `run_sim -S`

This command will open the visualizer. If running natively or a VM, and have
Chrome installed, the webmonitor should open automatically. If not, open
`http:///localhost:8000` on your browser.

For a full list of available flags when running the simulator, see the file
`sim/run_sim.py`.

## Other commands

For a list of preconfigured commands, see `lib/scripts/operator` and
`lib/scripts/developer`.

## How to read the logs

The Control Telemetry Users' guide, included as a PDF with this distribution, gives a full
Expand Down

0 comments on commit e1d73fd

Please sign in to comment.