jiminy icon indicating copy to clipboard operation
jiminy copied to clipboard

[python/viewer] Update contact sensor data when replaying log file.

Open duburcqa opened this issue 3 years ago • 1 comments

It only requires to restore sensors and motors originally attached to the robot when building robot from log, which is not the case for now. This could be done by enabling exporting hardware configuration file from a robot.

duburcqa avatar May 01 '21 15:05 duburcqa

Similarly, the theoretical model is lost, which means that it is theoretically impossible to load the options from the configuration file, which is problematic. The good procedure would be to restore first the theoretical model, then to update the options (and the hardware), and finally to overwrite the theoretical model with the actual one.

duburcqa avatar Sep 26 '22 21:09 duburcqa

Fixed by https://github.com/duburcqa/jiminy/pull/775

duburcqa avatar Apr 29 '24 09:04 duburcqa