Skip to content

Commit

Permalink
Add README; change reference and add requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiwuz committed Jun 23, 2021
1 parent 8d1dc65 commit f575d15
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 1,5 @@
# Installment
```bash
pip install -r requirements.txt
pip install -e .
```
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 1,9 @@
jupyter>=1.0.0
matplotlib==2.2.2;python_version <= '2.7'
matplotlib>=2.2.2;python_version > '2.7'
numpy==1.16.0;python_version <= '2.7'
numpy>=1.16.5;python_version > '2.7'
scipy==1.2.3;python_version <= '2.7'
scipy>=1.5.0;python_version > '2.7'
pybullet==2.5.5
dill>=0.3.3
2 changes: 1 addition & 1 deletion src/sfers/robot_simulation/inchwormEnvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@
import math
import numpy as np
import datetime
from esrs.robot_simulation.createActuator import create1DMultiActuators,generate1DMotorVoltages,voltageTorqueControlStep
from sfers.robot_simulation.createActuator import create1DMultiActuators,generate1DMotorVoltages,voltageTorqueControlStep


class inchworm:
Expand Down

0 comments on commit f575d15

Please sign in to comment.