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

Place action monitoring #219

Open
alex-mitrevski opened this issue Feb 13, 2020 · 1 comment
Open

Place action monitoring #219

alex-mitrevski opened this issue Feb 13, 2020 · 1 comment

Comments

@alex-mitrevski
Copy link
Member

Problem description

Our current place action doesn't have any monitoring and recovery behaviours, so the component always thinks that it has performed the action successfully.

We thus need to develop monitors for the action and, eventually, recovery behaviours as well.

Suggested solution

If an object is successfully placed, the scene will be stable, so the monitor I suggest would take consecutive images of the scene after placing and report successful placing if there is no significant variation between the scenes (I suppose optical flow can be used for this purpose). On the HSR, this can be done with the hand camera, but the monitor is not constrained to hand cameras (although for other cameras that have a larger field of view, background motion might affect the results significantly).

This monitor would not deal with all possible failures of the action (e.g. if a robot collides with the placing surface and releases the object on the floor), but it should be sufficient for the more common case in which the placed objects either falls from the surface or knocks other objects down.

@sthoduka Based on your experience with optical flow, can you foresee any particular challenges with such a monitor?

@sthoduka
Copy link
Contributor

Is the arm going to be moving while it's monitoring?
Some other things to keep in mind:

  1. sparse optical flow is cheaper than dense optical flow but needs nice features (corners etc.) to work
  2. image differencing is also a cheap alternative to OF

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

No branches or pull requests

3 participants