Kevin Kellar

Results 17 issues of 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...

compiler-bug

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...

bug
unknown

This was a known bug when #29 was closed, but jointmove commands break when the trajectory is repeated when displayed to the user. ![broken 2 loops](https://user-images.githubusercontent.com/10334426/44935543-fa53ef00-ad25-11e8-8cca-92538c400320.gif) This bug doesn't show...

bug
unknown

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...

bug
simple

While in jointmove mode, selecting a different point on the same body results in strange behavior when transforming nodes. ![jointmovebug](https://user-images.githubusercontent.com/10334426/44745545-e063a380-aabc-11e8-85e6-a34e258648bd.gif) REVISUALIZING more often (like when a body is clicked) could...

bug
simple

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...

bug
complicated

When the user performs an IK-based transformation, `node_perform_pert` outputs the calculation time of the IK solver. ![screenshot from 2018-08-14 09-30-37](https://user-images.githubusercontent.com/10334426/44104838-c06c7b6a-9fa4-11e8-9d50-2e71bd8366ad.png) However, when the timeline is paused and the user performs...

bug
simple

Certain combinations of undo, redo, and timeline modifications cause timeline_t structure references to be lost permanently, causing a memory leak.

bug
simple