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

TrajectoryMarker throws error #559

Open
Stefanos19 opened this issue Dec 2, 2019 · 1 comment
Open

TrajectoryMarker throws error #559

Stefanos19 opened this issue Dec 2, 2019 · 1 comment
Labels

Comments

@Stefanos19
Copy link

Stefanos19 commented Dec 2, 2019

TrajectoryMarker (

) throws an IsCompatible error:
bool MetaSkeletonStateSpace::isCompatible(
for the MetaSkeletonPtr

@Stefanos19 Stefanos19 added the bug label Dec 2, 2019
@brianhou
Copy link
Contributor

brianhou commented Dec 2, 2019

Do you have a small code snippet that we can use to replicate this?

If it's working properly, that error is thrown when the TrajectoryMarker's skeleton doesn't match the skeleton corresponding to the trajectory's MetaSkeletonStateSpace. The only things that are checked are here:

bool MetaSkeletonStateSpace::Properties::operator==(

It would be super helpful for debugging to inspect which one is causing the compatibility check to fail.

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

No branches or pull requests

2 participants