tue-robotics / action_server

0 stars 0 forks source link

Feature request: place on object #94

Open reinzor opened 6 years ago

reinzor commented 6 years ago

Required for the GUI

`

{"action": "place", "object": {"id": ID}}

` ID from on top of object or something

rokusottervanger commented 6 years ago

You would also need to know what object to place, or at least which arm to place with. So either

{"action": "place", "object": {"type": "coke"}, "target-object": {"id": "dinner-table"}}

or

{"action": "place", "object": {"id": <some hash>}, "target-object": {"id": "dinner-table"}}

or (this is the one you want for the GUI):

{"action": "place", "arm": "right", "target-object": {"id": "dinner-table"}}
shwethamr commented 6 years ago

@rokusottervanger did you already implement this perhaps at RoboCup?

rokusottervanger commented 6 years ago

I think I did make quite a few changes. Not sure if it already functions as we want it to. You might want to take a look at the robocup branch.