Phil D.

Results 9 issues of Phil D.

Generated cpp code appears to assign results of multiple solutions to the same "argument" variable, and uses undeclared th_1, th_2, th_3 (etc) variables in solution calculations. The code won't compile,...

good first issue

output_cpp.py contains the following code on line 106: ``` tmp += 'double '+str(p) + ' = XXXXX ; \\ deliberate undeclared error! USER needs to give numerical value\n' ``` This...

good first issue

PyQt5 uses a more restrictive license (GPLv3) that requires developers share any source code for derivative works, under the same license. gui_tool uses the MIT license, which does not impose...

help wanted

For some reason, rollPID OR pitchPID work perfectly, when the other is commented out, but they can't both exist at the same time, or whichever compute() method gets called first...

No idea what might break if compiling for (e.g.) Uno, nano, or M0.

help wanted
good first issue

It looks like racecar-v2 doesn't include ROS nodes for any cameras (ZED, structure.io, realsense, or whatever). Any plans to add this back in?

No idea what I'm doing wrong, but when I use this ULP, I get the above error.

My PID output goes crazy as my error approaches zero. What am I doing wrong? Kp=2 Ki=0.1 Kd=0.3 ![2_0 1_0 3](https://user-images.githubusercontent.com/3106132/37791782-51a3b742-2dc7-11e8-898b-238577ab4ed3.png)

Would be useful to add a method to read back output limits. I'd submit a pull reuest, but it looks like those aren't being looked at...