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/01/12 18:41] – [Reasoning about geometric object models] admindoc:mesh_reasoning [2014/05/20 09:44] admin
Line 8: Line 8:
  
 Start knowrob_mesh_reasoning Start knowrob_mesh_reasoning
-<code> +  rosmake knowrob_cad_models 
- roscd knowrob_mesh_reasoning +  roscd knowrob_mesh_reasoning 
- rosrun rosprolog rosprolog knowrob_mesh_reasoning +  rosrun rosprolog rosprolog knowrob_mesh_reasoning
-</code>+
  
 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_mesh_reasoning/models/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>