Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add B-spline trajectory #453

Merged
merged 13 commits into from
Oct 13, 2018
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
* Added integrated PoseEstimatorModule: [#336](https://github.com/personalrobotics/aikido/pull/336)
* Added voxel grid perception module: [#448](https://github.com/personalrobotics/aikido/pull/448)

* Trajectory

* Added B-spline trajectory: [#453](https://github.com/personalrobotics/aikido/pull/453)

* Planner

* Make all DART planners take MetaSkeleton, and add adapter for turning planners into DART planners: [#437](https://github.com/personalrobotics/aikido/pull/437)
Expand Down
Loading