neurobionics / opensourceleg

An open-source software library for numerical computation, data acquisition, and control of lower-limb robotic prostheses.
https://opensourceleg.org
GNU Lesser General Public License v2.1
29 stars 33 forks source link

Added multiprocess to logger #247

Open jmontp opened 3 months ago

jmontp commented 3 months ago

This allows us to use pandas dataframe when saving the data without having to worry about the program dying due to a fatal exception and losing the data.

Description

Logging using pandas without dying

Related Issue

Type of Change

Checklist