Skip to content

Conversation

@B-r-a-s-s
Copy link

@B-r-a-s-s B-r-a-s-s commented Dec 19, 2025

Description

Please explain the changes you made, including a reference to the related issue if applicable

I initialised grasp_frame_transform such that when it is used during planning, no values of grasp_frame_transform are left uninitialised. This was previously the case with grasp_frame_transform.translation().x() and grasp_frame_transform.translation().y().

Related issue: #1079

Checklist

  • Required by CI: Code is auto formatted using clang-format
  • While waiting for someone to review your request, please consider reviewing another open pull request to support the maintainers

grasp_frame_transform.translation().x() and
grasp_frame_transform.translation().y()
are left uninitialised, while the grasp_frame_transform object is later used during planning, resulting in undefined behaviour
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.

1 participant