Skip to content

Commit

Permalink
Upgrade Sleipnir and fix resources link
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Feb 23, 2024
1 parent 7694b4c commit 751a435
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion motion-planning/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ include(FetchContent)
fetchcontent_declare(
Sleipnir
GIT_REPOSITORY https://github.com/SleipnirGroup/Sleipnir.git
GIT_TAG 4783342f17bb3698321b3cd364ac529fd91e9dfa
# main on 2024-02-23
GIT_TAG e4fdf64633b62416e07da8c10ead4acba46673c4
)
fetchcontent_makeavailable(Sleipnir)

Expand Down
2 changes: 1 addition & 1 deletion motion-planning/trajectory-optimization.tex
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ \section{Further reading}
Wright as a useful introductory resource for implementing optimization problem
solvers \cite{bib:numerical_optimization}. A list of resources used to implement
Sleipnir is located at
\url{https://sleipnirgroup.github.io/Sleipnir/md_docs_resources.html}.
\url{https://sleipnirgroup.github.io/Sleipnir/md_docs_2resources.html}.

Matthew Kelly has an approachable introduction to trajectory optimization on his
website \cite{bib:intro_to_traj_opt}.

0 comments on commit 751a435

Please sign in to comment.