Skip to content

Commit

Permalink
Adds more informed description and updates the poetry lock file.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxspahn committed Aug 27, 2022
1 parent cfce2c2 commit ea84b79
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 16 deletions.
30 changes: 15 additions & 15 deletions poetry.lock

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

12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
[tool.poetry]
name = "plannerbenchmark"
version = "1.0.0"
description = "Benchmark suite for local planner in dynamic environment."
description = "Benchmark suite for local planner in dynamic environments. Multiple planners can be compared on different kinematic chains in different environment. The suite is highly extendable for new planners, robots and environments."
authors = ["Max Spahn <[email protected]>"]
maintainers = [
"Max Spahn <[email protected]>",
"Chadi Salmi <[email protected]"
]
license = "GPL-3.0-or-later"
readme = "README.md"
homepage = "https://maxspahn.github.io/localPlannerBench/"
documentation = "https://maxspahn.github.io/localPlannerBench/"
repository = "https://github.com/maxspahn/localPlannerBench"
keywords = ["robotics", "motion-planning", "benchmark"]

[tool.poetry.dependencies]
python = "^3.6.5,<3.10"
Expand Down

0 comments on commit ea84b79

Please sign in to comment.