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
Next revisionBoth sides next revision
doc:knowrob_basics [2016/04/19 08:06] – [Installing and launching the system] daniel86doc:knowrob_basics [2016/04/19 08:11] – [Visualizing objects] daniel86
Line 97: Line 97:
 % Start the KnowRob side of the visualization canvas. This will start % Start the KnowRob side of the visualization canvas. This will start
 % a web server at http://localhost:1111 -- open that page in a browser % a web server at http://localhost:1111 -- open that page in a browser
-?- visualisation_canvas.+?- visualisation_server.
  
 % Select the map instance of type 'SemanticEnvironmentMap'  % Select the map instance of type 'SemanticEnvironmentMap' 
 % and add it to the 3D canvas % and add it to the 3D canvas
 ?- owl_individual_of(A, knowrob:'SemanticEnvironmentMap'),  ?- owl_individual_of(A, knowrob:'SemanticEnvironmentMap'), 
-   add_object_with_children(A).+   marker_update(object(A)).
 </code> </code>