This is more a request for discussion.
Recently, in order to debug a long-standing issue (robotology/mesh-support#673), we have a strong need to store the log file coming from the robot yarprobotinterface. The common tool to do so would be the yarplogger. Unfortunately, this has the disadvantage that it can only store a limited amount of lines, and usually above the 10000 lines it is pretty unusable. In the specific case mentioned above, this limitation is even stronger considering that we are trying to debug a problem that may occur after hours of robot usage.
During a recent demo, @maggia80 had the idea of using yarp-telemetry to store the textual data produced by yarprobotinterface. With this issue I would like to discuss this possibility.
@Nicogene @AlexAntn @traversaro @pattacini
This is more a request for discussion.
Recently, in order to debug a long-standing issue (robotology/mesh-support#673), we have a strong need to store the log file coming from the robot
yarprobotinterface. The common tool to do so would be theyarplogger. Unfortunately, this has the disadvantage that it can only store a limited amount of lines, and usually above the 10000 lines it is pretty unusable. In the specific case mentioned above, this limitation is even stronger considering that we are trying to debug a problem that may occur after hours of robot usage.During a recent demo, @maggia80 had the idea of using
yarp-telemetryto store the textual data produced byyarprobotinterface. With this issue I would like to discuss this possibility.@Nicogene @AlexAntn @traversaro @pattacini