Thorsten von Eicken

Results 148 comments of Thorsten von Eicken

Bump. > The installation method for Go is unambiguous and easy to follow. Perhaps, but I don't want to have to figure it out all over again every few months,...

No comment after over two months... I rebased my patch onto the latest develop branch, it still applies fine without changes. I can create a fresh PR for that, but...

Thanks for the clarifications. Makes sense. The littlefs interface is already pretty close to POSIX. Other than hiding the file and dir structs and renaming constants, how far do you...

Ah, thanks for the reply. I'm working on implementing https://www.gamasutra.com/view/news/237528/Water_interaction_model_for_boats_in_video_games.php as a world plugin (gazebo). One issue I'm going to face (I'm not quite that far yet...) is how to...

Thanks for the comments. I have the physics described in my initial post implemented, but not yet tuned. So far it looks pretty convincing for a very first cut. I...

Thanks for the feedback, Right now I'm trying to get a simple 3D boat model together. Not having experience with that stuff it's gonna take some time...

After the guru meditation error, do you get a backtrace line with lots of addresses? That would be helpful. I just built from master and the crash location seems to...

you run the esp32-backtrace on your laptop and paste the backtrace output into it (stdin).

Oh, I didn't read carefully enough... the error is "Interrupt wdt timeout on CPU1" that means the watchdog triggered, so the backtrace is irrelevant.

I'm having a perhaps similar problem. Converting garmin fit files to gpx results in: ``` ``` and have trkpt looking like ``` -4.200 2022-02-15T22:12:26Z 20.000000 153 ``` and after parsing...