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

Empty quaternion found in pose message #6

Closed
captain-yoshi opened this issue Sep 28, 2021 · 1 comment
Closed

Empty quaternion found in pose message #6

captain-yoshi opened this issue Sep 28, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@captain-yoshi
Copy link
Owner

Recent changes to the CollisionObject msg have added a new field called pose. This is currently not set in this library thus a warning is generated for each collision objects:

[ WARN] [1632854322.704680598]: Empty quaternion found in pose message. Setting to neutral orientation.

To make it compatible with previous versions of MoveIt we could add a preprocessor macro against a MoveIt version.

@captain-yoshi captain-yoshi added the bug Something isn't working label Sep 28, 2021
captain-yoshi added a commit that referenced this issue Feb 21, 2022
MoveIt version 1.1.6 introduced a new reference frame for collision
objects (moveit/moveit#2037).
@captain-yoshi
Copy link
Owner Author

Fixed by b17f6d6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant