File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ The **Simple-mpc** library provides:
2020``` bash
2121mkdir -p simple-mpc_ws/src
2222cd simple-mpc_ws/src
23- git clone
[email protected] :
edantec /simple-mpc.git --recursive
23+ git clone
[email protected] :
Simple-Robotics /simple-mpc.git --recursive
2424```
2525
26262 . Create conda environment.
@@ -37,11 +37,11 @@ mamba activate simple-mpc-devel
3737vcs import --recursive < simple-mpc/devel-git-deps.yaml
3838```
3939
40- 4 . Build all packages
40+ 4 . Build all dependencies of simple-mpc:
4141``` bash
4242export MAKEFLAGS=" -j4" # It is recommended to reduce the number of jobs as you ram might get full easily with the default number.
4343cd ..
44- colcon build --event-handlers console_direct+ --cmake-args \
44+ colcon build --event-handlers console_direct+ --packages-ignore simple-mpc -- cmake-args \
4545-DCMAKE_BUILD_TYPE=Release \
4646-DCMAKE_PREFIX_PATH=$CONDA_PREFIX \
4747-DPYTHON_EXECUTABLE=$( which python) \
@@ -52,7 +52,8 @@ colcon build --event-handlers console_direct+ --cmake-args \
5252-DBUILD_BENCHMARK=OFF \
5353-DBUILD_BENCHMARKS=OFF \
5454-DBUILD_WITH_COLLISION_SUPPORT=ON \
55- -DGENERATE_PYTHON_STUBS=OFF
55+ -DGENERATE_PYTHON_STUBS=OFF \
56+ -DCOAL_BACKWARD_COMPATIBILITY_WITH_HPP_FCL=ON
5657```
5758
58595 . Source the environment
You can’t perform that action at this time.
0 commit comments