|
|
|
|
|
by cheeselip420
1115 days ago
|
|
"Naturally?" lol while(true) {
read sensors
update world model
decide what to do
act
} You should only deviate from this when you have a specific reason (concurrency, libraries, IPC, etc). You can attach a debugger. You can deterministically play sensor data through and get great reproducibility for end-to-end testing. Starting with a distributed system is a handicap 80% of the time. |
|