Skip to content

Commit 5d6f81d

Browse files
committed
Add one step to compilation instructions
1 parent b3828ae commit 5d6f81d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ vcs import --recursive < simple-mpc/devel-git-deps.yaml
3838
```
3939

4040
4. Build all dependencies of simple-mpc:
41+
(Due to a renaming issue, you may need to rename hpp-fcl into coal in the package.xml file of the Pinocchio library)
4142
```bash
4243
export MAKEFLAGS="-j4" # It is recommended to reduce the number of jobs as you ram might get full easily with the default number.
4344
cd ..
@@ -56,8 +57,14 @@ colcon build --event-handlers console_direct+ --packages-ignore simple-mpc --cma
5657
-DCOAL_BACKWARD_COMPATIBILITY_WITH_HPP_FCL=ON
5758
```
5859

59-
5. Source the environment
60-
(This step need to be repeated every time a new shell is opened. It can be put in your ~/.bashrc)
60+
5. Source the environment and install simple-mpc:
61+
```bash
62+
source install/setup.bash
63+
colcon build --packages-select simple-mpc
64+
```
65+
66+
6. Source the environment one more time
67+
(This step needs to be repeated every time a new shell is opened. It can be put in your ~/.bashrc)
6168
```bash
6269
mamba activate simple-mpc-devel # If not already done
6370
source install/setup.bash

0 commit comments

Comments
 (0)