We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello there,
I am trying to get a workspace that was written for melodic running on noetic. I've encountered the following error:
error: ‘moveit_msgs::PositionIKRequest’ {aka ‘struct moveit_msgs::PositionIKRequest_<std::allocator<void> >’} has no member named ‘attempts’
Apparently, 82cda0e removed that field. Why?
The text was updated successfully, but these errors were encountered:
Ah, seems like I have missed PR #76
Sorry, something went wrong.
Hi @robberthofmanfm,
See moveit/moveit#1288 for why it was changed & https://github.com/ros-planning/moveit/blob/master/MIGRATION.md#ros-melodic for how to migrate your kinematics.yaml
No branches or pull requests
Hello there,
I am trying to get a workspace that was written for melodic running on noetic. I've encountered the following error:
error: ‘moveit_msgs::PositionIKRequest’ {aka ‘struct moveit_msgs::PositionIKRequest_<std::allocator<void> >’} has no member named ‘attempts’
Apparently, 82cda0e removed that field.
Why?
The text was updated successfully, but these errors were encountered: