maestro icon indicating copy to clipboard operation
maestro copied to clipboard

Maestro a Co-Simulation Orchestration Engine

Results 92 maestro issues
Sort by recently updated
recently updated
newest added

As in the title, this does not work, for maestro ```2.3.0``` it gives the following error: ```bash 16:40:52.744 [main] DEBUG org.intocps.maestro.plugin.JacobianStepBuilder - Activated model transfer 16:40:52.828 [main] ERROR org.intocps.maestro.MablSpecificationGenerator -...

A potential feature could be adding support for enum types in the model description.

enhancement

[maestro_cli.zip](https://github.com/INTO-CPS-Association/maestro/files/11766102/maestro_cli.zip) When running the above scenario with coe 1.0.10, I had the name of a scalar variable wrong, and got the following message: The message in bold should have been...

The following scenario results in null pointer exception and I was not able to assess the cause. [scenario_null_point_exception.zip](https://github.com/INTO-CPS-Association/maestro/files/11765865/scenario_null_point_exception.zip) To reproduce: 1. Get maestro jar with dependencies into the local_cosim folder....

If maestro is started as: ``` java -cp maestro.jar:extension.jar .....Main ``` then the extension classes in `extension.jar` is not found. Same goes if `-cp` points to two directories. However it...

bug

# FMI3 Implementation Repo FMI3 has been implemented in: https://github.com/INTO-CPS-Association/org.intocps.maestro.fmi/tree/fmi3 (notice the branch, fmi) and is in the test-phase, with the initial test being https://github.com/INTO-CPS-Association/org.intocps.maestro.fmi/blob/fmi3/jnifmuapi/src/test/java/org/intocps/fmi/jnifmuapi/fmi3/BouncingBallFmi3Test.java ## Incubator There is a...

In Maestro 1, multi-model configurations permit instances with leading numerals, e.g. `{ "fmus": { "{robot}": "robot.fmu", "{visual}": "visual.fmu" }, "connections": { "{robot}.robotti_global.x": ["{visual}.3d.x"], "{robot}.robotti_global.y": ["{visual}.3d.y"] } }` This is not...

bug
maestrov2

The menv maestro2 module allows one to provide variables in a json configuration file. However, it is not documented. This task is to document the menv maestro2 module in read...

documentation
maestrov2

If you use maestro2 as a dependency to your project, then how do you enable the different log4j loglevels? i.e. where do you place your log4j.xml file? Where do you...