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
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,18 +122,21 @@ if __name__ == "__main__":
122
122
> **Note:** This and other examples can be found in the [`examples/`]() folder.
123
123
124
124
## 🛠️ Installation
125
+
**For Python >3.11: The `rcs_realsense` extension won't work due to the `pyrealsense2` version RCS utilizes.*
126
+
**For Python >3.12: The `ompl` python module is currently not available on PyPI. If OMPL is not used, it is safe to remove this dependency in `pyproject.toml`.*
127
+
### Via PyPI/pip
128
+
129
+
```shell
130
+
pip install rcs-core
131
+
```
125
132
126
133
### From Source
127
134
128
135
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.
129
136
130
137
*RCS works best in Python 3.11, and all extensions have been tested to work in 3.11.*
131
138
132
-
**For Python >3.11: The `rcs_realsense` extension won't work due to the `pyrealsense2` version RCS utilizes.*
133
-
**For Python >3.12: The `ompl` python module is currently not available on PyPI. If OMPL is not used, it is safe to remove this dependency in `pyproject.toml`.*
@@ -198,6 +196,7 @@ For full documentation, including advanced installation, modular usage, and API
198
196
Useful quick-reference pages:
199
197
-**[RCS Conventions](https://robotcontrolstack.org/user_guide/conventions)** for quaternion order, frames, Euler angles, and gripper semantics
200
198
-**[Sim Scene Configuration](https://robotcontrolstack.org/user_guide/scene_configuration)** for `SimEnvCreatorConfig`, scene frames, and example setup patterns
199
+
-**[libfranka Version Info](https://robotcontrolstack.org/extensions/libfranka_versions)** for the currently pinned `rcs_fr3` and `rcs_panda``libfranka` versions and local-install guidance
- Note: this information reflects the current CMake pin and may become outdated if the version is bumped in a future change.
10
+
11
+
When installing `rcs-fr3` from PyPI, this `libfranka` version is fixed by the published package. If you need to change the `libfranka` version, use a local source install and update the CMake configuration there.
When installing `rcs-panda` from PyPI, this `libfranka` version is fixed by the published package. If you need to change the `libfranka` version, use a local source install and update the CMake configuration there.
0 commit comments