You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.