Skip to content

Commit 7e2a495

Browse files
[README.md] Add option for python standard layout installation.
1 parent 3e1929c commit 7e2a495

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ cd sot_ws/src
3030
To build this package after installing all the dependencies:
3131
```
3232
cd sot_ws
33-
colcon build --merge-install --packages-select dynamic_graph_bridge
33+
colcon build --merge-install --packages-select dynamic_graph_bridge --cmake-args ' -DPYTHON_STANDARD_LAYOUT:BOOL=ON'
3434
```
3535

36+
You need to install everything at the same level specifically for the python modules, and in addition it is necessary to install everything with the standard python layout.
37+
Note that the same option need to be used for all the packages.
38+
3639
### Test
3740

3841
To test it:

0 commit comments

Comments
 (0)