Pierre Galaup
Pierre Galaup
Hello, Thank you for the answer. I've done various tests. With the "load data", I did several simulations to find the right values. Indeed, the values are very different depending...
Hello, Thank you for your answer. I tried again with a different test code attached below. I started with the lib iiwa_tool for the code. So I updated the sunrise...
@isabellahuang No, I dropped it for now and did in Java directly on the robot. I have to come back to this, but I don't have the time right now.
Hello, For information, I just tried with the new version 1.1.1 and still the same problem. Thanks!
Hello @moljac, Have you had time to dive in? Don't hesitate to ask me if you need to do some tests on a physical WearOs watch if you don't have...
Hello @AnnYang01, In the repo you linked to (or the video), you don't have a Foreground Service with permanent notification. (cf my repro repo: [https://github.com/pierre-galaup/repro-maui-tabbedpage-service/blob/master/MauiApp1/Platforms/Android/NotificationBarService.cs](https://github.com/pierre-galaup/repro-maui-tabbedpage-service/blob/master/MauiApp1/Platforms/Android/NotificationBarService.cs)) The bug I have only...
Hello, I too have problems with the repeat of the last few seconds of the recording and the crackling sound at the beginning. As far as I'm concerned, this doesn't...
Hello, Thank you for your reply. Unfortunately I don't have an easy repo to provide. I have the impression that it only happens on Android (at least we've never had...
Hello, I tried to make a copy of each file before zipping it: ``` if (logFile.Extension == ".csv") // Copy the log { logFileToCopy = logFileName = logFileName.Replace(".csv", ".Copy.csv"); using...
Hello, It's the same error. The phone of one of my testers has the bug in RELEASE, so I can easily test with it if needed (unfortunately I can't DEBUG...