Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,10 @@ WORKDIR $WORKDIR
RUN python -m pip install --upgrade --user pip
RUN python -m pip install --upgrade --user setuptools

# Install do-mpc + CasADi
RUN pip install --no-cache-dir \
casadi>=3.6.5 \
do-mpc>=4.6.4

COPY requirements.txt $WORKDIR
RUN python -m pip install --user -r requirements.txt
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ Planning
![](src/simulations/path_tracking/stanley_path_tracking/stanley_path_tracking.gif)
#### MPPI Path Tracking
![](src/simulations/path_tracking/mppi_path_tracking/mppi_path_tracking.gif)
#### MPC Path Tracking
![](src/simulations/path_tracking/mpc_path_tracking/mpc_path_tracking.gif)
### Perception
#### Rectangle fitting Detection
![](src/simulations/perception/point_cloud_rectangle_fitting/point_cloud_rectangle_fitting.gif)
Expand Down
Loading
Loading