You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
Comment by AndrewBuck Friday Jan 15, 2016 at 21:35 GMT
The spockbot plugin for doing that kind of stuff is the Interact plugin. The digging code is also in the interact, but I ended up copying the digging code to the opencog codebase rather than calling the spockbot functions. We should figure out the best way of interfacing with spockbot like this. Our implementation is somewhat different because we have ROS driving it, but it should be possible to do this in general.
Here is the function you want to eat the thing in the currently active hotbar slot. We need to set up message pipelines for interacting with the inventory system to move things around and select a particular item, and then a separate pipeline for sending the actual eating signal. The pipelines are not too difficult to build, but we also need to come up with a good way of doing this since we will need a lot of these things.
Issue by fredyvilla
Wednesday Jan 13, 2016 at 04:50 GMT
Originally opened as fredyvilla#9
Ability to select an item from quick bar and try to consume it (typically right-clicking)
The text was updated successfully, but these errors were encountered: