File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ vcs import --recursive < simple-mpc/devel-git-deps.yaml
3838```
3939
40404 . 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
4243export MAKEFLAGS=" -j4" # It is recommended to reduce the number of jobs as you ram might get full easily with the default number.
4344cd ..
@@ -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
6269mamba activate simple-mpc-devel # If not already done
6370source install/setup.bash
You can’t perform that action at this time.
0 commit comments