This shows you the differences between two versions of the page.
|
poo-ca-cd:teme:2025:8e211bfe-f6eb-467c-9e54-f8e6df4c1535:tema-1 [2025/11/18 23:49] iulia.popescu2012 |
poo-ca-cd:teme:2025:8e211bfe-f6eb-467c-9e54-f8e6df4c1535:tema-1 [2025/11/28 21:05] (current) iulia.popescu2012 modificare input changeWeatherConditions |
||
|---|---|---|---|
| Line 21: | Line 21: | ||
| * adăugat explicații Algoritm hrănire animal - 13 nov. 2025 | * adăugat explicații Algoritm hrănire animal - 13 nov. 2025 | ||
| * adăugat explicații desertStorm pentru printEnvConditions - 18 nov. 2025 | * adăugat explicații desertStorm pentru printEnvConditions - 18 nov. 2025 | ||
| + | * update specificare sol improveEnvironment - 27 nov. 2025 | ||
| * schelet | * schelet | ||
| * update refs t3, t4 - 26 oct. 2025 | * update refs t3, t4 - 26 oct. 2025 | ||
| Line 745: | Line 746: | ||
| "command": "changeWeatherConditions", | "command": "changeWeatherConditions", | ||
| "type": "desertStorm", | "type": "desertStorm", | ||
| - | "windSpeed": 25.0, | + | "desertStorm": true, |
| "timestamp": 10 | "timestamp": 10 | ||
| }, | }, | ||
| Line 962: | Line 963: | ||
| * <code bash>"The scanned object is ${type_of_entity}"</code> | * <code bash>"The scanned object is ${type_of_entity}"</code> | ||
| * <code bash>"ERROR: Object not found. Cannot perform action"</code> | * <code bash>"ERROR: Object not found. Cannot perform action"</code> | ||
| - | * <code bash>"ERROR: Not enough battery left. Cannot perform action"</code> | + | * <code bash>"ERROR: Not enough energy to perform action"</code> |
| * <code bash>"ERROR: Robot still charging. Cannot perform action"</code> | * <code bash>"ERROR: Robot still charging. Cannot perform action"</code> | ||
| * <code bash>"ERROR: Simulation not started. Cannot perform action"</code> | * <code bash>"ERROR: Simulation not started. Cannot perform action"</code> | ||
| Line 1092: | Line 1093: | ||
| * ''%%+0.3 oxigen%%'' pentru aer față de cantitatea curentă | * ''%%+0.3 oxigen%%'' pentru aer față de cantitatea curentă | ||
| * **fertilizeSoil** | * **fertilizeSoil** | ||
| - | * ''%%+0.3 organicMatter%%'' pentru soil | + | * ''%%+0.3 organicMatter%%'' pentru sol |
| * **increaseHumidity** | * **increaseHumidity** | ||
| * ''%%+0.2 humidity%%'' la aer | * ''%%+0.2 humidity%%'' la aer | ||
| * **increaseMoisture** | * **increaseMoisture** | ||
| - | * ''%%+0.2 waterRetention%%'' pentru apă | + | * ''%%+0.2 waterRetention%%'' pentru sol |
| <note important> | <note important> | ||
| Line 1231: | Line 1232: | ||
| <note important> | <note important> | ||
| - | Se dorește monitorizarea furtunilor de nisip, astfel încât pentru tipul de aer **DesertAir**, va apărea în structura componentei aerului și **câmpul cu valori booleene "desertStorm"**, afectat de succesul comenzii changeWeatherConditions. În general, valoarea acestui câmp va fi **false**, dar în cazul declanșării furtunilor de nisip, pentru 2 iterații valoarea afișată va fi **true**. | + | Se dorește monitorizarea furtunilor de nisip, astfel încât pentru tipul de aer **DesertAir**, va apărea în structura componentei aerului și **câmpul cu valori booleene "desertStorm"**, afectat de succesul comenzii **changeWeatherConditions**. În general, valoarea acestui câmp va fi **false**, dar în cazul declanșării furtunilor de nisip, pentru 2 iterații valoarea devine **true**. |
| Exemplu: | Exemplu: | ||