-
Notifications
You must be signed in to change notification settings - Fork 1
Home
SylvainBertrand edited this page Nov 24, 2019
·
1 revision
Welcome to the ihmc-robot-data-logger wiki!
It is a tool suite that provides support for streaming over network and logging control variables, i.e. YoVariable
s.
The three main tools available in this library are:
-
YoVariableServer
: Once implemented in the module or controller, the server can be connected to using aYoVariableClient
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 anyYoVariableServer
on the network.