-
Notifications
You must be signed in to change notification settings - Fork 13
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
Constraints for the grasped object in real life #12
Comments
@Promethees There seems to be two error here in the log.
There is no training involved the grasping algorithm implemented in EMD, as explained here, it is purely heuristic based. Take two-fingered gripper as an example, as long as there is a part of the object width that is smaller that the maximum grasping distance ( However, the current grasp planner + execution is still limited mostly to a top down approach, but I believe @tanjpg can explain more on the limitation side. |
@Promethees try setting the For the Grasp Planner not planning, it can be due to the way the pointcloud is generated. Take a look at the General Parameters and Finger Parameters Documentation to see if some of the parameters can be tweaked. Ideally, the Point Cloud Viewer would be a way to verify the tweak parameters work. Can I check if you are running EPD and EMD on the same machine? We also have faced occasional problems with the Pointcloud viewer when EPD is run on the same machine. One other way as well is to show us your configuration file and we can check to see if there are any parameters can might be changed to improve the planning. |
We don't usually encounter this issue and we do run this for some prolong periods of time, I am suspecting disabling the viewer causes memory leak? |
We are conducting an experiment using an external camera (Intel Realsense) to perform the grasping example with real world objects. However, whenever any unexpected characteristic was detected, the system threw out this error:
I wonder currently there is any restriction or limitation for the objects to be compatible with the grasping model that the grasp planner was trained for?
The text was updated successfully, but these errors were encountered: