As @jordan-palacios wrote: current implementation of JTC is not real-time safe. The memory operations, i.e. vector manipulations and resizing has to be reconsidered. See below his comment:
I know this is not strictly related to this PR, but we can't be resizing vectors on every loop. This is not real-time safe.
@bmagyar Maybe we should open a follow up PR?
Originally posted by @jordan-palacios in #140 (comment)