Barry Evans
Barry Evans
So in the context of the new Project approach the number of Project steps would not be fixed. We could add new ones as we go along. The current Mission...
I've started some preparation work for this. First stage is to isolate the current Mission implementation from the actually callers. I've created a ```Mission``` interface and will do the same...
Been busy so not had any time to work on this. But I've created a ```VehicleMission``` interface but the logic is very intertwined with the rest of the simulation; more...
This is part of the new project
Basically we use too many Info level messages for events which are normal that have little significance. We should look to convert the majority to trace/debug and just keep important...
If possible use the console and connect to Aimar. Go to expert mode and run the 'work' command. This will show the Task cache. I suspect there nothing to do...
No I haven't but to be honest I haven't been looking for it.
The problem is there is a Task assigned to the Robot which completes without consuming any time. And a new instance of that Task keeps getting created each time and...
What needs to be done is to raise the defensive logic used in the Person Mind class. The us much more adaptive to rogue Tasks as it limits how many...
@mokun Sure. I would like to change how we do recharging and make it more of a proper Task instead of something explicitly used in different places.