Kevin Kellar
Kevin Kellar
Hi all, Every time I try to build and Arduino Uno project without the --release flag, my project is unable to link with the panic handler. ``` error: linking with...
Here's a python snippet: ``` print("Hello World: !") ``` Running py2by on this snippet results in: ``` print("Hello World !") ``` The documentation explains that py2by is experimental- but I'd...
Is it safe to use on RM2? Either way, can the Readme please be updated to reflect this? Thanks.
This was a known bug when closing #29. When visually scaling the nodes in positional mode (the node has not been dropped yet but has been picked up), the nodes...
This was a known bug when #29 was closed, but jointmove commands break when the trajectory is repeated when displayed to the user.  This bug doesn't show...
The transformation commands are ctrl+(left or right click). The loop toggle command is L. The user may want to start a transformation (the nodes are currently being dragged) and then...
While in jointmove mode, selecting a different point on the same body results in strange behavior when transforming nodes.  REVISUALIZING more often (like when a body is clicked) could...
Moving non-pelvis qposes with the joint-move selection type allows violation of the closed-loop constraint of the leg because the raw qposes are changed, but none of the physics is solved...
When the user performs an IK-based transformation, `node_perform_pert` outputs the calculation time of the IK solver.  However, when the timeline is paused and the user performs...
Certain combinations of undo, redo, and timeline modifications cause timeline_t structure references to be lost permanently, causing a memory leak.