-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial CAPT release Co-authored-by: Clayton Ramsey <[email protected]> Co-authored-by: Wil Thomason <[email protected]> * fix: formatting of ur5 fk * fix: environment formatting --------- Co-authored-by: Clayton Ramsey <[email protected]> Co-authored-by: Wil Thomason <[email protected]>
- Loading branch information
1 parent
8a456e1
commit 0cc51b8
Showing
25 changed files
with
1,535 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ venv/ | |
/resources/panda/*.json | ||
/resources/panda/*.pkl | ||
src/vamp/_core/*.pyi | ||
/.mypy_cache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ endif() | |
|
||
project( | ||
vamp | ||
VERSION 0.1 | ||
VERSION 0.2 | ||
LANGUAGES C CXX | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
[build-system] | ||
requires = ["scikit-build-core >=0.4.3", "nanobind >=1.3.2", "cmake >=3.1", "typing_extensions"] | ||
requires = ["scikit-build-core >=0.4.3", "nanobind >=2.0.0", "cmake >=3.1", "typing_extensions"] | ||
build-backend = "scikit_build_core.build" | ||
|
||
[project] | ||
name = "vamp" | ||
version = "0.1" | ||
version = "0.2" | ||
description = "Vector-Accelerated Motion Planner" | ||
readme = "README.md" | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "Zachary Kingston", email = "[email protected]" }, | ||
{ name = "Wil Thomason", email = "[email protected]" }, | ||
{ name = "Clayton Ramsey", email = "[email protected]" } | ||
] | ||
classifiers = [ | ||
"License :: Polyform Noncommercial", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.