Jackson
Jackson
**Issue** When `Online Octomapping` is enabled at app start, the app crashes on image process. The workaround is to launch RGBDSLAM without drivers and disable `Online Octomapping`. `Online Octomapping` works...
Changed CDNS to CDN'S (proper plural) for disambiguation
# Bug Report ## Problem When the app display (after the splash screen) sometimes default fonts are shown and static images aren't loaded. If you close the app an reopen,...
line 182 on sort.html In regards to `insertionSort` `toInsert` is never defined, where is this value coming from?
You cannot have centerMode=true with partialVisible=true so how can we depict the amount of next/previous items to show ?
We have several machines at the office and all the GTX cards, ranging from 1060 - 1080ti, seem to be running at maximum because the computer's display will lag every...
``` [tcp @ 0x7fa5e952a180] Connection to tcp://84.35.225.233:83 failed: Operation timed out OpenCV: Couldn't read video stream from file "http://84.35.225.233:83/SnapshotJPEG?Resolution=640x480&Quality=Clarity&1509566566" ``` in prediction.py i found the line ``` cap = cv2.VideoCapture('http://84.35.225.233:83/SnapshotJPEG?Resolution=640x480&Quality=Clarity&1509566566')...
Apple offers a never expiring p8 file you can use for signing to send push notifications. Any chance this is in the works? I have a working shell script and...
I can see rostopics on `localhost:8080` and I can even view a number of camera topics in realtime on the web: ``` http://localhost:8080/stream_viewer?topic=/camera/depth/image http://localhost:8080/stream_viewer?topic=/camera/rgb/image_rect_color http://localhost:8080/stream_viewer?topic=/camera/depth_registered/sw_registered/image_rect ``` The issue is `http://localhost:8080/stream_viewer?topic=/depthcloud_encoded`....
To curb this I added a big try/catch inside of `dispatchTouchEvent` that returns false. ``` Fatal Exception: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0 at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:255) at java.util.ArrayList.get(ArrayList.java:308) at android.widget.HeaderViewListAdapter.isEnabled(HeaderViewListAdapter.java:164)...