Add setup.py file

This commit is contained in:
Michel Breyer
2021-07-07 16:29:50 +02:00
parent f29d861fd4
commit 6658b8c7f0
11 changed files with 61 additions and 65 deletions

View File

@@ -1,13 +1 @@
# active_grasp
First, run the simulation
```
roslaunch active_grasp simulation.launch
```
Then you can run a policy.
```
python3 run.py ...
```