-
Notifications
You must be signed in to change notification settings - Fork 49
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
has no member named ‘getIdentityPose’ #92
Comments
Use |
Hi!
The same error appears for me as well, when I try to build moveit_grasps from source, even though I am on the I also tried with using the master branches for both, but I get the same error. |
Apologies, it is |
I tried building On I also tried with all the packages at |
It seems However, with both on |
Thank you! Using the |
I already use
|
Hello! I have been running in the exact same problem. However, I am new to ROS and I do not understand how to link to the source version instead of the one installed in
|
You may have to use both rviz_visual_tools and moveit_visual_tools from source, since if you only use the former from source, the latter will still reference the released version of rviz_visual_tools. |
Hello. I currently have the same problem.
If I do "catkin build moveit_graps", the following packages get built (panda_moveit_config, rviz_visual_tools, moveit_visual_tools, moveit_grasps) during the build of "moveit_grasps" i get the error "has no member named ‘getIdentityPose' " Same error occures also for moveit_grasps on melodic-devel of the rest stays the same. If I switch with moveit_visual_tools to melodic_devel the single build does not even work. Giving the error ‘solidPrimitiveDimCount’ is not a member of ‘geometric_shapes’ What was the solution for the other before me? |
Are you building the rest of MoveIt from source as well?
…On Thu, Jan 7, 2021 at 19:05 ZinnerC ***@***.***> wrote:
Hello. I currently have the same problem.
I use the following build from source:
- moveit_visual_tools (melodic-devel)
- rviz_visual_tools (master)
- moveit_grasps (master)
If I do "catkin build moveit_graps", the following packages get built
(panda_moveit_config, rviz_visual_tools, moveit_visual_tools,
moveit_grasps) during the build of "moveit_grasps" i get the error "has no
member named ‘getIdentityPose' "
Same error occures also for moveit_grasps on melodic-devel of the rest
stays the same.
If I switch with moveit_visual_tools to melodic_devel the single build
does not even work. Giving the error ‘solidPrimitiveDimCount’ is not a
member of ‘geometric_shapes’
What was the solution for the other before me?
Thanks for you help.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#92 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCTLOO7XDU4TOGLKJ27CBTSYXZVTANCNFSM4KZCYSMQ>
.
|
Hello felixvd. |
So for everybody who will have a similar issue. the following repositories on the respecitve branches worked to build "moveit_grasps"
|
I ran into this issue, too. Indeed, building moveit from source was the key to success. Right now using Make sure to uninstall |
Sorry for the late response. If you follow the build instructions, those dependencies are cloned into your workspace automatically using Also, you don't need to uninstall |
Hey there,
building moveit_grasps fails for me with this error:
Any ideas what is going wrong here?
The text was updated successfully, but these errors were encountered: