You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-16Lines changed: 21 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,25 +98,28 @@ For common environment compositions factory functions such as `rcs.envs.creators
98
98
This and other example can be found in the [examples](examples/) folder.
99
99
100
100
## Installation
101
+
### From Source
101
102
102
-
We build and test RCS on the latest Debian and on the latest Ubuntu LTS.
103
+
Make sure that common build tools i.e. `build-essential`and a C++ compiler like `gcc` or `clang` are installed on your system/conda/docker.
103
104
104
-
1.**System Dependencies**:
105
-
```shell
106
-
sudo apt install $(cat debian_deps.txt)
107
-
```
105
+
RCS works best in python 3.11, all extensions have been tested to work in 3.11.
106
+
- For python >3.11 the `rcs_realsense` extension wont work for the pyrealsense2 version that RCS is using.
107
+
- For python >3.12 the ompl python module is not available on pypi as of now. If OMPL is not used, it's save to remove this dependency in the pyproject.toml.
0 commit comments