Thanks for building this! I made a few bots from scratch in C ("verwijder krab" in the post) and it was a fun challenge to create basic drivers and a minimal AI from scratch. I could see this being used as a learning…
In the context of microcontrollers I think the issue with using a heap is not per se that you do not have enough memory, but more that your memory usage becomes unpredictable or very hard to make any guarantees about.
Thanks for building this! I made a few bots from scratch in C ("verwijder krab" in the post) and it was a fun challenge to create basic drivers and a minimal AI from scratch. I could see this being used as a learning…
In the context of microcontrollers I think the issue with using a heap is not per se that you do not have enough memory, but more that your memory usage becomes unpredictable or very hard to make any guarantees about.