Skip to content

Commit

Permalink
Upgrade TrajoptLib to use larger solver tolerance (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Apr 12, 2024
1 parent da98952 commit 13c2b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tauri-build = { version = "1.5.1", features = [] }
tauri = { version = "1.6.0", features = [ "os-all", "window-close", "window-set-title", "path-all", "dialog", "dialog-confirm", "dialog-save", "dialog-open", "dialog-ask", "fs-all", "shell-open", "devtools"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
trajoptlib = { git = "https://github.com/SleipnirGroup/TrajoptLib.git", rev = "e7ae74aa2ef06de734b896305ab31261f1611c69", features = ["sleipnir"] }
trajoptlib = { git = "https://github.com/SleipnirGroup/TrajoptLib.git", rev = "fee4a12f90abcf96d2c09a6ef737cd29b8b706d3", features = ["sleipnir"] }
open = "3"
lazy_static = "1.4.0"

Expand Down

0 comments on commit 13c2b43

Please sign in to comment.