Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
doc:mesh_reasoning [2014/05/20 09:44] admindoc:mesh_reasoning [2014/06/05 11:38] – external edit 127.0.0.1
Line 14: Line 14:
 Analyze a model by its direct path or a KnowRob identifier (you first have to load an OWL file with the object) Analyze a model by its direct path or a KnowRob identifier (you first have to load an OWL file with the object)
 <code> <code>
- ?- mesh_annotator_path('package://knowrob_cad_models/models/drinking_vessels/cup2.dae',Mr).+ ?- mesh_annotator_path('package://knowrob_cad_models/models/drinking-vessels/cup2.dae',Mr).
  ?- mesh_annotator(knowrob:'DrinkingBottle', Mr).  ?- mesh_annotator(knowrob:'DrinkingBottle', Mr).
 </code> </code>