25 Apr, 2019
2 commits
17 Apr, 2019
3 commits
16 Apr, 2019
2 commits
08 Apr, 2019
3 commits
02 Apr, 2019
3 commits
-
git ignore config/logs/
01 Apr, 2019
2 commits
-
& Nouveaux diagrammes UML pour Command (state diag) et Agent (activity diag)
30 Mar, 2019
1 commit
29 Mar, 2019
3 commits
-
Pour démarrer AgentM : "./pyros.py start agentM"
-
(voir doc "play with a pyros agent" pour voir comment redémarrer un agent)
-
Attention, "pyros update" pose des questions : répondre toujours par oui (y) et choisir l'option 1 à la fin (et entrer un nom bidon tel que "agent" par exemple, aucune importance)
28 Mar, 2019
1 commit
-
+ bugfix import celme + activity diag
27 Mar, 2019
2 commits
26 Mar, 2019
3 commits
-
(on ne bloque plus à attendre la réponse)
22 Mar, 2019
12 commits
-
# Conflicts: # src/agent/Agent.py
-
On peut ainsi appeler run depuis le pyros shell : Lancer 2 iterations : >>> run(2)
-
Démonstration d'utilisation dans "pyros shell" page 127
-
Scenario de test : - lancer agents A et B en mode simu (option -t): ./pyros.py -t start agentA,agentB - attendre 1 à 2mn jusqu'à obtenir les 2 résultats suivants: (AgentA): Finished testing => result is ok (AgentB): Finished testing => result is ok
21 Mar, 2019
3 commits
-
Voir page 127 de la doc pour un exemple d'utilisation