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
doc:chart_visualization [2014/11/28 16:53] admindoc:chart_visualization [2015/11/25 08:50] (current) – [Visualization in the rowser] admin
Line 1: Line 1:
 ====== Chart visualization ====== ====== Chart visualization ======
 +~~NOTOC~~
 +\\
 +^ This page describes the 'catkinized' version of KnowRob that uses the [[http://wiki.ros.org/catkin/|catkin buildsystem]] and the pure Java-based [[http://wiki.ros.org/rosjava|rosjava]]. The older version, which was based on the rosbuild buildsystem and rosjava_jni, used a [[http://wiki.ros.org/mod_vis|local visualization canvas implemented in Java]].^
 +\\
  
 The chart visualization client listens to a given ROS topic for data_vis_msgs and displays them as a chart. Currently, donut charts and bar charts are supported. The chart visualization client listens to a given ROS topic for data_vis_msgs and displays them as a chart. Currently, donut charts and bar charts are supported.
Line 70: Line 74:
   '   '
  
-===== Visualization in the rowser =====+===== Visualization in the browser =====
  
 This simple web site subscribes to the topic 'data_vis_msgs' and adds diagrams to the div 'chart'. This simple web site subscribes to the topic 'data_vis_msgs' and adds diagrams to the div 'chart'.