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
cmake .. -DOPT_VIDEORECORDING=OFF # Avoids AV errors
82
-
make -j$(nproc)
83
-
sudo make install;cd# install and go home
84
-
```
85
-
86
-
### Known Issues (Ubuntu 18.04 Bionic)
87
-
88
-
- In case you run into `non-constant-expression cannot be narrowed from type 'double' to 'float' in initializer list [-Wc++11-narrowing]` errors (happened on OpenRAVE 0.15 and a Clang 6.0.0/7.0.0 compiler), reconfigure CMake with the following option: `cmake .. -DOPT_IKFAST_FLOAT32=OFF`
89
-
90
60
## Install OpenRAVE via scripts (Ubuntu 18.04 Bionic and Ubuntu 20.04 Focal)
91
61
92
62
Tested and works on fresh installs. Easy, but not guaranteed to work, nor to be the fastest mechanism (e.g. fcl not mandatory, and osg could alternatively be installed via `apt` in 20.04 Focal). Provides:
cmake .. -DOPT_VIDEORECORDING=OFF # Avoids AV errors
27
+
make -j$(nproc)
28
+
sudo make install;cd# install and go home
29
+
```
30
+
31
+
### Known Issues (Ubuntu 18.04 Bionic)
32
+
33
+
- In case you run into `non-constant-expression cannot be narrowed from type 'double' to 'float' in initializer list [-Wc++11-narrowing]` errors (happened on OpenRAVE 0.15 and a Clang 6.0.0/7.0.0 compiler), reconfigure CMake with the following option: `cmake .. -DOPT_IKFAST_FLOAT32=OFF`
34
+
5
35
## Install OpenRAVE 0.9.0 (Ubuntu 16.04 Xenial and 14.04 Trusty)
6
36
7
37
No official PPA, install from source. Install Dependencies that must be installed for compilation:
0 commit comments