Skip to content
SylvainBertrand edited this page Nov 24, 2019 · 1 revision

Welcome to the ihmc-robot-data-logger wiki!

What is IHMC Robot Data Logger?

It is a tool suite that provides support for streaming over network and logging control variables, i.e. YoVariables.

The three main tools available in this library are:

  • YoVariableServer: Once implemented in the module or controller, the server can be connected to using a YoVariableClient to stream data over the network.
  • YoVariableClient: A client can be implemented to receive data from a remote server. This is particularly useful for either visualizing or logging control variables from a controller running on an embedded system.
  • YoVariableLoggerDispatcher: Standalone application that automatically discovers, connects, and log any YoVariableServer on the network.
Clone this wiki locally