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:logging:roslog [2014/02/18 16:52] – [Installation] tenorthdoc:logging:roslog [2014/02/18 16:57] – [Usage] tenorth
Line 4: Line 4:
  
  
 +
 +The logger is a modified version of the original [[https://github.com/timn/ros-mongodb_log|mongodb_log package by Tim Niemueller]].
  
 ===== Installation ===== ===== Installation =====
Line 25: Line 27:
   * Compile the mongodb logger:<code>   * Compile the mongodb logger:<code>
   rosmake mongodb_log</code>   rosmake mongodb_log</code>
 +  
 +===== Usage =====
 +  * Start the logger using rosrun or roslaunch and give the list of topics as arguments, e.g.<code>
 +  rosrun mongodb_log mongodb_log /tf</code>
 +