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
- finally removed no-build-isolation requirement!
- dependency groups in pyproject.toml to manage dev dependencies
- use fetchcontent declare in rcs to avoid eigen installation
- use fetchcontent declare for extensions such as fr3 and panda to minimize system dependencies
Copy file name to clipboardExpand all lines: README.md
+29-24Lines changed: 29 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,25 +98,29 @@ 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.
For contribution guidelines checkout [robotcontrolstack.org/contributing](https://robotcontrolstack.org/contributing)
141
145
146
+
## Citation
142
147
If you find RCS useful for your academic work, please consider citing it:
143
148
144
149
```bibtex
145
-
@misc{juelg2025robotcontrolstack,
150
+
@inproceedings{juelg2026robotcontrolstack,
146
151
title={{Robot Control Stack}: {A} Lean Ecosystem for Robot Learning at Scale},
147
152
author={Tobias J{\"u}lg and Pierre Krack and Seongjin Bien and Yannik Blei and Khaled Gamal and Ken Nakahara and Johannes Hechtl and Roberto Calandra and Wolfram Burgard and Florian Walter},
0 commit comments