-
Notifications
You must be signed in to change notification settings - Fork 53
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
dexnet_demo: Failed to call gqcnn_grasp service; error processing request: a bytes-like object is required, not 'str' #13
Comments
Unfortunately not. Maybe it is because of the update for the task constructor (moveit/moveit_tutorials#665) that is why the data types no longer fit. But I have no idea. |
Any update? |
@dazednconfusing It's still under development. Changes are being made to fix it. The gpd demo now works see this post for details |
Anyone managed to fix this issue ? |
In my case, the shell to grasp_detector was failing because python couldn't find autolab_core, even thought it was installed. |
I tried to start the dexnet_demo.launch file. But i get the following Error message, that the gqcnn_grasp service get the wrong Datatype.
I use noetic and ubuntu 20.04 and followed your installation guide.
I had some Problems with the task constructor it self, witch get fixed with a new version of moveit_resources. see: moveit/moveit_tutorials#665
And i had some other problems with PCL/OpenCV an missing header files. See issue #12 For the dexnet i could solve the missing header file with issue #8. I cloned the recommended task constructor version.
I hope some one of you know how to solve it.
The text was updated successfully, but these errors were encountered: