-
Notifications
You must be signed in to change notification settings - Fork 21
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
IKFast plugins fail to build on Melodic. #28
Comments
Melodic changes some things that the plugin code depends on, but it is generated code, so fixing it all manually is rather involved. Refer to ros-industrial/fanuc#241 for a temporary work-around. In the end, all IKFast plugins will probably be deprecated in favour of opw_kinematics. See ros-industrial/fanuc#245 for a related discussion.
While I agree that for actual useful MoveIt configurations (end-)users should run the MSA, providing a default MoveIt configuration package is rather convenient, as it allows them to quickly test whether their setup and configuration is correct. It lowers the barriers to entry and reduces overhead of getting started with the whole robot driver + moveit tech stack. That is the reason these packages are provided (besides showing a possible configuration of such a package). |
Oh and if you're not using the (RX160) IKFast plugin (but Trac IK fi), then you can simply ignore the pkg by placing a |
can be closed now as it was fixed by #30 |
Hi,
I was trying to compile this package with ros melodic. Seems like there are some difficulties with the rx160 moveit config package(
staubli_rx160_moveit_config
). When I am trying to compile this package withcatkin_make
, I get the following Error:Besides the fact that I do not find that moveit packages really belong here, since it is easier for someone to build one suiting his own needs with the
moveit_setup_assistant
, I actually do not really know, how to get rid of this error.What am I missing? MoveIt for Melodic is already installed.
The text was updated successfully, but these errors were encountered: