Skip to content

Commit a07eef8

Browse files
authored
Merge pull request #204 from utn-mi/ompl_python
Ompl python
2 parents 39e43ca + 8cf40b0 commit a07eef8

File tree

3 files changed

+566
-0
lines changed

3 files changed

+566
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ sudo apt install $(cat debian_deps.txt)
1212
```shell
1313
python3 -m venv .venv
1414
source .venv/bin/activate
15+
```
16+
alternatively, with Conda:
17+
```shell
18+
conda create -n rcs python=3.11 # Version ensures that python is installed to the environment
19+
conda activate rcs
20+
```
21+
Then, install the package:
22+
```shell
1523
pip install -r requirements_dev.txt
1624
pip config --site set global.no-build-isolation false
1725
```

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies = ["websockets>=11.0",
2525
"pin==3.7.0",
2626
"tilburg-hand",
2727
"digit-interface",
28+
"ompl>=1.7.0",
2829
]
2930
readme = "README.md"
3031
maintainers = [

0 commit comments

Comments
 (0)