-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
7 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 |
---|---|---|
@@ -1,14 +1,21 @@ | ||
# CHANGELOG.md | ||
|
||
## 0.1.1 | ||
## [0.1.2] - 2024-08-06 | ||
|
||
Features: | ||
### Features | ||
|
||
- add minimal example on robot loading and writing custom controllers | ||
- migrate to pixi install | ||
|
||
## [0.1.1] | ||
|
||
### Features | ||
|
||
- Release to pypi | ||
- Bug fixes | ||
|
||
## 0.1.0 | ||
## [0.1.0] | ||
|
||
Features: | ||
### Features | ||
|
||
- Initial working version of robot interface and IK interface |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,7 +1,8 @@ | ||
[project] | ||
name = "pybullet_robot" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
description = "A generel Python interface class for robot simulations using PyBullet. Also provides an IK interface for multi-end-effector robots that uses bullet physics as a solver." | ||
readme = "README.md" | ||
authors = [{ name = "Saif Sidhik", email = "[email protected]" }] | ||
requires-python = ">= 3.10" | ||
dependencies = ["robot-descriptions>=1.11.0,<2"] | ||
|