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
As mentioned in #119, it often happens that the estimation provides unexpected values. It would be great to modify wholebodydynamics to sistematically log relevant data, to easily debug estimation problems.
Ideally, the data logged could go in the same file created by the telemetryDeviceDumper YARP device provided by yarp-telemetry, to automatically synchronize it with sensor measures. A possible strategy (but possible alternative strategy are welcome) is to:
Modify telemetryDeviceDumper to expose a C++ YARP device interface that can be used by arbitrary devices to log variables without the need to modify telemetryDeviceDumper (telemetryDeviceDumper just need to be manually modified for devices that we don't want to modify, for example because they are hosted in YARP and this would create a circular dependency.
Once telemetryDeviceDumper exposes the necessary interfaces, modify the wbd device to (optinally) log its data via this interface.
The text was updated successfully, but these errors were encountered:
As mentioned in #119, it often happens that the estimation provides unexpected values. It would be great to modify
wholebodydynamics
to sistematically log relevant data, to easily debug estimation problems.Ideally, the data logged could go in the same file created by the
telemetryDeviceDumper
YARP device provided byyarp-telemetry
, to automatically synchronize it with sensor measures. A possible strategy (but possible alternative strategy are welcome) is to:telemetryDeviceDumper
to expose a C++ YARP device interface that can be used by arbitrary devices to log variables without the need to modifytelemetryDeviceDumper
(telemetryDeviceDumper
just need to be manually modified for devices that we don't want to modify, for example because they are hosted in YARP and this would create a circular dependency.telemetryDeviceDumper
exposes the necessary interfaces, modify the wbd device to (optinally) log its data via this interface.The text was updated successfully, but these errors were encountered: