Kristian Sloth Lauszus
Kristian Sloth Lauszus
These changes will probably never been merged into master, as I have replaced one of my motor drivers to the following: . I did this as one of the motors...
* Use CameraKit for camera view instead of buggy OpenCV implementation * Can now also toggle the camera by double tapping on the screen
The Matlab wrapper found here: http://au.mathworks.com/matlabcentral/fileexchange/40655-dubins-curve-mex uses a old version of this code and does not compile on newer versions of Matlab. I have published a updated wrapper here: https://gist.github.com/Lauszus/e150347185f6012735b776d06aa6ca48...
Before this the fix, the transition animation didn't work in Chrome and Safari on my computer.
Would it be possible for you to create a Wordpress icon as well?
Clear cache
Thanks for the action. It would be great if it was possible to clear the cache as well either using the action or via the web interface.
First of all. Thanks for a great library. I just started to use it for my balancing robot: https://github.com/TKJElectronics/Balanduino/tree/dev/Firmware/Balanduino, but I wanted to change it a bit for my needs....
It would be nice if there was a version of SpeedometerGauge for Android Wear as well.
After the commit: https://github.com/ntoskrnl/AndroidWidgets/commit/e63762d7d22c1974acf3d1614452cb3f3a2412b0#diff-5aae92e37f96f604ba3d3bf15aeefcd7 setLabelTextSize() has to be called manually for the text to show up correctly. I suspect it was because: ``` java setLabelTextSize(attributes.getDimensionPixelSize(R.styleable.SpeedometerGauge_labelTextSize, Math.round(DEFAULT_LABEL_TEXT_SIZE_DP * density))); ``` Was...