Skip to content
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

How will the arm know how far down to go to pick up an object? #5

Open
GrahamZarr opened this issue Oct 9, 2019 · 1 comment
Open

Comments

@GrahamZarr
Copy link

When using the video detection software to teach the system to grab the objects in the bin, how will it know how far down to travel to pick up the objects?

@Abdul-UOiT
Copy link
Owner

1- If you are using single RGB image, then the only info. you can get is 2D. Unless, you use post-processing method that takes advantage from the 2D data and retrieves the 3D data which includes the depth axis (the distance bet. camera frame and object frame). This method requires 3d-pre-defined info. of the target object.

2- another suggestion, you can use stereo camera (depth image), this one gives you depth information directly. It called vision sensor in v-rep.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants