Barry Evans
Barry Evans
I have just updated the Wiki page to explain how to use Docker.
I don't see a problem having 2 Maps. Not sure I see what the need is though but that's probably me not understanding this Issue. Now ```GenericContainers``` hold resource explicitly...
I'm not sure about that. For example, what about storing gas in a Vehicle or Settlement? Both of these would hold gases with containers because they have the capacity. But...
> Can you take a look at why this test in `LoadVehicleTest` won't pass ? > > ```java > /* > * Test method for 'org.mars_sim.msp.simulation.person.ai.task.LoadVehicle.LoadingPhase(double)' > */ > public...
> With regard to the storing amount resources in a rover, we have to decide what happens if, say, I want to store 1000 kg food in a vehicle, when...
> > Can you take a look at why this test in `LoadVehicleTest` won't pass ? > > ```java > > /* > > * Test method for 'org.mars_sim.msp.simulation.person.ai.task.LoadVehicle.LoadingPhase(double)' >...
> > With regard to the storing amount resources in a rover, we have to decide what happens if, say, I want to store 1000 kg food in a vehicle,...
So you are saying we don't model the consumption of oxygen for example in a settlement? Well that us not a function of the Settlement, it should be the responsibility...
Yes I've thought of this a lot recently and it's manageable and would be a great improvement. The work I've done in #547 to create an EVAMission is not lost...
One key factor is a nice transition approach. I don't want to break everything so evolution not revolution. Start with implementing an interface pattern for key classes to allow the...