ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

the best way to start is to do the tutorials linked on the wiki page for the KnowRob stack: http://www.ros.org/wiki/knowrob

Updating knowledge is of course possible -- the exact way depends on which kinds of knowledge you would like to add. You can always manipulate the Prolog statements directly using rdf_assert/rdf_retract (doc: http://www.swi-prolog.org/pldoc/package/semweb.html).

For some often-used things like object poses, there are more convenient methods (have a look at the module comp_cop for predicates for setting object poses or for creating object instances).

cheers Moritz

P.S. We are currently working on refactoring the stack towards a set of re-usable library components, having better methods for adding, updating and exporting information. They are documented in the source code, but not yet on the wiki page, and we have not yet released them to the public. If you are working more actively with KnowRob, we can make them public or give you access to the internal repository.