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 methods for checking compatibility between DART objects and statespaces #315

Merged
merged 7 commits into from
Jan 31, 2018

Conversation

brianhou
Copy link
Contributor

@brianhou brianhou commented Jan 28, 2018

Resolves #292.


Before creating a pull request

  • Document new methods and classes
  • Format code with make format

Before merging a pull request

  • Set version target by selecting a milestone on the right side
  • Summarize this change in CHANGELOG.md
  • Add unit test(s) for this change

@brianhou brianhou requested a review from jslee02 January 28, 2018 04:26
@brianhou brianhou added this to the Aikido 0.3.0 milestone Jan 28, 2018
@codecov
Copy link

codecov bot commented Jan 28, 2018

Codecov Report

Merging #315 into master will decrease coverage by 0.13%.
The diff coverage is 65.62%.

@@            Coverage Diff             @@
##           master     #315      +/-   ##
==========================================
- Coverage    81.1%   80.97%   -0.14%     
==========================================
  Files         204      204              
  Lines        5913     5977      +64     
==========================================
+ Hits         4796     4840      +44     
- Misses       1117     1137      +20
Impacted Files Coverage Δ
include/aikido/statespace/dart/JointStateSpace.hpp 100% <ø> (ø) ⬆️
.../aikido/statespace/dart/MetaSkeletonStateSpace.hpp 100% <ø> (ø) ⬆️
src/statespace/dart/JointStateSpace.cpp 65.06% <56.25%> (-5.53%) ⬇️
src/statespace/dart/MetaSkeletonStateSpace.cpp 77.24% <75%> (+1.13%) ⬆️

Copy link
Member

@jslee02 jslee02 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, looks good to me!

Suggestions:

@brianhou brianhou merged commit 1e7349c into master Jan 31, 2018
@brianhou brianhou deleted the enhancement/brianhou/check-dart-statespaces branch January 31, 2018 19:31
gilwoolee pushed a commit that referenced this pull request Jan 21, 2019
…spaces (#315)

* Add JointStateSpace::checkJoint and MetaSkeletonStateSpace::checkMetaSkeleton.

* Rename check* methods to isCompatible.

* Rename methods.

* Add tests.

* Update CHANGELOG.md.

* Use statespace checks in TrajectoryMarker.

* Fix compilation errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants