Skip to content

Commit

Permalink
add ipopt solver
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqing-2021 committed Nov 6, 2022
1 parent 73088aa commit b829232
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/__pycache__
/.vscode
/.VSCodeCounter
/optimization/ipopt
# /optimization/ipopt

# python
*.py[cod]
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ Hybrid A star -> Path optimization -> Cubic interpolation -> Velocity plan -> So
```

### 1.2 Requirement
Python version >= 3.8
Python version == 3.8 and Only support Ubuntu system (tested in 20.04, but I think 18.04 is suitable as well)

Not support in windows 64bit because the IPOPT could be not executable.
```
pip install -r requirements.txt
Expand Down
Binary file added optimization/ipopt
Binary file not shown.

0 comments on commit b829232

Please sign in to comment.