Using the Manager

The MARTe2 Manager is a command line tool that allows managing the development of MARTe2 applications.

It can be used to:

  • Deploy a new project

  • Add a new component (including the boilerplate code) and its corresponding tests and makefiles

  • Modify an existing component (including the boilerplate code)

To install the Manager, navigate to the folder MARTe2/Resources/Manager and run the command pip install ..

This will install the Manager on the system and make it available as a command line tool.

Examples of the use of the Manager can be found in the MARTe2 tutorial.