|
sas
Modularised monitoring, logging, and control of robots.
|
Directories | |
| launch | |
| sas_datalogger | |
| scripts | |
| src | |
The saved .mat file will be located at ~/sas_datalogger/docker/sas_datalogger_example/logs.
This package provides a datalogger server and suitable client APIs in C++ and Python.
The main datalogger node subscribes to /sas_datalogger/log and stores received values in memory. When the node is shut down it saves the collected data to a MATLAB-compatible .mat file (via scipy.io.savemat).
Recommended use is through the launch file. The server must be launched separately.
A Qt-based GUI that reads the datalogger's internal dictionary and creates execution-time plots for numeric values.
Recommended use is through the launch file. The server must be launched separately.
The package includes simple example clients that publish matrices, vectors, scalars and strings to the datalogger topic.
Recommended use is through the launch file. The server must be launched separately.
Recommended use is through the launch file. The server must be launched separately.