SLG: ROS2/MicroROS handled spaces between function arguments
4 files changed
tree: 67db4a3ccd2b603d687ca543352a609da4837599
  1. .gitignore
  2. .mailmap
  3. CODE_OF_CONDUCT.md
  4. CONTRIBUTING.md
  5. LICENSE
  6. NOTICE.md
  7. README.md
  8. SECURITY.md
  9. framework/
  10. load_generator/
  11. simulation_generator/
README.md

Eclipse APP4MC - Transformation

This is the repository of the Eclipse APP4MC transformation components:

framework                       | Model transformation framework
load_generator                  | Synthetic load generators for Linus and ROS2
simulation_generator/app4mc.sim | Generation of SystemC simulation code

Build

The project uses Maven/Tycho to build.

The build creates a P2 update site and an executable jar.

From the root folder of the components:

$ mvn clean verify

You need Maven 3.6.3 or higher to perform the POM-less Tycho build.

License

Eclipse Public License (EPL) v2.0