-
Notifications
You must be signed in to change notification settings - Fork 30
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
fixed getStateSpace return type #536
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
Thanks for the fix! @aditya-vk can you update the CHANGELOG? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
CHANGELOG.md
Outdated
* Distance | ||
|
||
* Added methods to rank configurations based on specified metric: [#423](https://github.com/personalrobotics/aikido/pull/423) | ||
* Added weights as optional parameter to rankers: [#484](https://github.com/personalrobotics/aikido/pull/484) | ||
* Updated constness of return type of SE2::getStateSpace(): [#536](https://github.com/personalrobotics/aikido/pull/484) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link is incorrect.
Feel free to merge when Travis is happy! |
Fix for Issue #535
Fix was tested in libcozmo's
StateSpace
class.Before creating a pull request
make format
Before merging a pull request
CHANGELOG.md