Skip to content

fix move_group_node crash during initialization #906

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

Merged
merged 1 commit into from
Jan 24, 2024
Merged

fix move_group_node crash during initialization #906

merged 1 commit into from
Jan 24, 2024

Conversation

CalaW
Copy link
Contributor

@CalaW CalaW commented Jan 11, 2024

fix #903

Moveit2 recently refactored planning pipeline, we need to change the config file correspondingly. See https://github.com/ros-planning/moveit2/blob/1fb4041e690c64b847d2df1e844c8de148796c86/MIGRATION.md

  • Change planning plugin to a list of plugins, according to the change introduced in 10/2023 in moveit rolling.
  • Split request_adapters to request_adapters and response_adapters, according to the refactor of planning pipeline introduced in 10/2023 in moveit rolling.

I tested it locally with URSim. Planning and execution works well.

- change planning plugin to a list of plugins, according to the change introduced in 12/2023 in moveit rolling.
- split request_adapters to request_adapters and response_adapters, according to the refactor of planning pipeline introduced in 10/2023 in moveit rolling.
Copy link
Contributor

@fmauch fmauch left a comment

Choose a reason for hiding this comment

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

Thank you @CalaW

I just tested this locally and it indeed fixes things when built from master. Probably also for the released versions. We really do need an integration test for MoveIt! stuff @RobertWilbrandt @VinDp

@fmauch fmauch merged commit e5ba31c into UniversalRobots:main Jan 24, 2024
@fmauch fmauch mentioned this pull request Jan 25, 2024
2 tasks
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.

[move_group-1] what(): expected [string_array] got [string]
2 participants