You need to get edit acess to the Greta repositories. For more detail, please refer to Github repository
For ISIR members supervised by Catherine, you can find installers in the google drive of the Greta account ([email protected]). Once you login, you can find them in [Mon Drive > Data > installers])
When you modify Greta platform
When you use non-Java programs, such as one in Python, it should be placed in bin\Common\Data.
Try not to modify the master branch directory. For more details, please check Github repository
Try to separately use both the interface class and the actual implementation class, making it more reusable. Especially in Greta platform, you don't have to define connections in bin\Modular.xml when you extend an existing interface class.
Try not to add new functionality in core modules (e.g., Behavior realizer). It makes the structure complicated and makes it difficult to find where the functionality is. So try to copy the Java project and rename it and customize it for the new functionality. If you do need to change it directory, please pay extra careful attention to keep the competibility with other modules.
When you add new modules
you should create new wiki pages
add them in the sidebar in the wiki
updateREADME.md in the project root directory.
Do not forget to update version information
version should be in the format of v[MAJOR].[MINOR].[PATCH]