Félix Chénier
Félix Chénier
Good morning I don't know if you run in the same problem, but following your instructions for including my package documentation, I get this message: ``` WARNING: toctree directive not...
Now that every TimeSeries' method has an `in_place` option, it's not true that the return values are copies of the TimeSeries. It may be the modified TimeSeries itself. This should...
Having to sort events (https://kineticstoolkit.uqam.ca/doc/timeseries_event_management.html#sorting-events) is just confusing. If we are looking for a given occurrence of an event, it should be obvious that this occurrence should happen in time...
ktk.geometry should have methods to convert between series of frames and series of quaternions/translations. This could be very practical in many situations. For example, this real issue we have at...
**Describe the bug** If a C3D file has two or more trajectories with the same name, only one of those trajectories will be loaded. This is "expected" as trajectories are...
ezc3d doesn't import when NumPy 2 is installed. # NumPy 1 ``` conda create -n test1 python=3.12 numpy=1 ezc3d ``` In this case, this is the version of ezc3d that...
Related to #252 Changing from a right-handed coordinate-system to a left-handed one implies mirroring the data along a given axis. Also, it is often convenient to write code that processes...
Hi Thanks for this wonderful plugin, it really closes the gap between taking notes (Obsidian) and setting tasks from these notes (OmniFocus). I use it very often. I was wondering...
Currently, there is no way to represent a force at its point of application in the Player. This is a basic feature that should exist, but I didn't figure out...