Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
doc:mesh_reasoning [2014/05/20 09:44] admindoc:mesh_reasoning [2014/05/20 09:45] admin
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>