Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ Clone the repo and move it to `~/catkin_ws/src`. Then run `catkin_make` at `~/ca
# Usage

Firstly, run the simulation, cmd in `[]` is optional
`roslaunch crawler world.launch [gui:=false]`
`roslaunch crawler main.launch [gui:=true]`

Then run the training script in the `script` dir.
`python crawlerD.py`
`python crawlerD.py --mode="train"`

To run the previously trained weight:

`python crawlerD.py --mode="demo"`

For testing:

`python crawlerD.py --mode="test"`