Skip to content

Commit d0730c3

Browse files
authored
fix(smart_mpc_trajectory_follower): remove cmake pip install command (#12037)
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent b87a3ff commit d0730c3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

control/autoware_smart_mpc_trajectory_follower/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ autoware_package()
1111

1212
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-ignored-optimization-argument")
1313

14-
execute_process(COMMAND bash -c "pip3 install numba==0.58.1 --force-reinstall")
15-
execute_process(COMMAND bash -c "pip3 install GPy")
16-
1714
pybind11_add_module(proxima_calc SHARED
1815
${PROJECT_NAME}/src/proxima_calc.cpp
1916
)

control/autoware_smart_mpc_trajectory_follower/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ This technology makes it relatively easy to operate model predictive control, wh
1717
</a>
1818
</p>
1919

20+
## Requirements
21+
22+
It's recommended to install these in a virtual environment.
23+
24+
```bash
25+
pip3 install numba==0.58.1 GPy
26+
```
27+
2028
## Provided features
2129

2230
This package provides smart MPC logic for path-following control as well as mechanisms for learning and evaluation. These features are described below.

0 commit comments

Comments
 (0)