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

save joint limits of space in MetaSkeletonStateSpaceSaver #219

Merged
merged 3 commits into from
Sep 26, 2017

Conversation

dqyi11
Copy link
Contributor

@dqyi11 dqyi11 commented Sep 25, 2017

resolving personalrobotics/aikido #218

@dqyi11 dqyi11 requested review from brianhou and jslee02 September 25, 2017 23:36
Copy link
Contributor

@brianhou brianhou left a comment

Choose a reason for hiding this comment

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

I'd like to make some minor changes to the printed error messages, but otherwise this looks good. Thanks!

@@ -16,7 +18,20 @@ MetaSkeletonStateSpaceSaver::~MetaSkeletonStateSpaceSaver()
std::cerr << "[MetaSkeletonStateSpaceSaver] The number of DOFs in the "
<< "MetaSkeleton does not match the saved state.";
Copy link
Contributor

Choose a reason for hiding this comment

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

saved state -> saved position.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated

if (mPositionLowerLimits.size() != mSpace->getMetaSkeleton()->getNumDofs())
{
std::cerr << "[MetaSkeletonStateSpaceSaver] The number of DOFs in the "
<< "MetaSkeleton does not match the save joint lower limits.";
Copy link
Contributor

Choose a reason for hiding this comment

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

save joint lower limits -> saved position lower limits.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated

if (mPositionUpperLimits.size() != mSpace->getMetaSkeleton()->getNumDofs())
{
std::cerr << "[MetaSkeletonStateSpaceSaver] The number of DOFs in the "
<< "MetaSkeleton does not match the save joint upper limits.";
Copy link
Contributor

Choose a reason for hiding this comment

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

save joint upper limits -> saved position upper limits.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated

@jslee02 jslee02 added this to the Aikido 0.1.0 milestone Sep 26, 2017
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.

3 participants