Kevin Harrington

Results 210 comments of Kevin Harrington

Can you run JVisualVM at the same time and look for runnaway threads or nail down which thread is using all the memory? Even better, pause the thread using the...

I have labeled this a hardware problem until the system passes memtest.

this may also be solved by https://github.com/CommonWealthRobotics/BowlerStudio/commit/2ad35f38bd16a212ff49594c70d086bc670fa30c

BowlerStudio uses Git (and specifically github, although more are coming this summer) as its "filesystem". BowlerStudio creates, modifies then saves files to the git repository they come from. In the...

for reference, these are the scopes requested; https://github.com/CommonWealthRobotics/BowlerStudio/blob/ec69a0c5d13ee6f649aa1c961863b8c27f9b8bc6/src/main/java/com/neuronrobotics/bowlerstudio/BowlerStudio.java#L351 if you think there is a refinement to them i would be happy to test it. Running from source you will not...

"repo" is added so the user can push/pull/tag a repo, this is how files are saved "gist" is the same as repo, but got github gists "user" is how BowlerStudio...

The destructor is explicitly defined in https://github.com/madhephaestus/ESP32Servo/blob/ec5a4cefc29f9643c9175d4146a5f47e11ec9496/src/ESP32PWM.cpp#L51 Maybe look at ```SRCS "src/ESP32PWM.h" "src/ESP32Servo.h" INCLUDE_DIRS "src/."``` It looks like you set the src dir as the search dir, then say the...

Auto Reported Issue BowlerStudio Build source BowlerKernel 1.59.0 JavaCad Version: 1.1.1 Java-Bowler Version: 3.34.0 Java Version: 1.8.0_412 JavaFX Version: 8.0.412 OS = Linux amd64 x64 ``` java.lang.IndexOutOfBoundsException: Index: 0, Size:...

Auto Reported Issue BowlerStudio Build 2.40.1 BowlerKernel 1.59.0 JavaCad Version: 1.6.0 Java-Bowler Version: 3.34.0 Java Version: 1.8.0_412 JavaFX Version: 8.0.412 OS = Linux amd64 x64 ``` java.lang.IndexOutOfBoundsException: Index: 0, Size:...

There is not API for this, but you can try to modify the values here: https://github.com/madhephaestus/ESP32Encoder/blob/master/src/ESP32Encoder.cpp#L185 If modifying those values is working for you, you could add class variables for...