Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
li213
DryVRtool
Commits
5bc495c7
Commit
5bc495c7
authored
Nov 11, 2021
by
li213
Browse files
adding instruction file for running dryvr
parent
c74cc6a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
instruction.txt
0 → 100644
View file @
5bc495c7
Instructions for running DryVR on Ubuntu or Mac
1. Clone the dryvr repository from https://gitlab.engr.illinois.edu/dryvrgroup/dryvrtool
git clone https://gitlab.engr.illinois.edu/dryvrgroup/dryvrtool
2. Go to the root directory of DryVR
cd ./dryvrtool
3. Install dependencies for DryVR
For reachability computation functions
python3 -m pip install --user -r requirements.txt
For plotting functions
python3 -m pip install --user matplotlib
4. To run an example in DryVR
python3 main.py ./input/nondaginput/input_vanderpol.json
5. To plot the results we can run the following command. The plot will be generated in folder ./output/ by default.
python3 plotter.py
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment