pyomeca / pyorerun

Rerun c3d files and biorbd models from python.
MIT License
11 stars 4 forks source link

load c3d and data faster #41

Open Ipuch opened 1 month ago

Ipuch commented 1 month ago

use this rerun commands :

# Send both columns in a single call.
rr.send_columns(
    "scalars",
    times=[rr.TimeSequenceColumn("step", times)],
    components=[rr.components.ScalarBatch(scalars)],
)

PhaseRerun need a new method to_rerun_cols or a new arg in to_rerun.

This would require to gather first and then display. instead of compute, display, compute, diplay, etc...

Ipuch commented 1 month ago

image