-
Notifications
You must be signed in to change notification settings - Fork 4
Description
@ipa-hsd @chcorbato
As discussed I created this new repository to hold the python interpreters of my ROS models. This contribution makes possible to use my DSLs and the obtained models from the Tooling out-of the eclipse environment.
For the first version of the package I copied the original rossystem parser from rosgraph_monitor (thanks @ipa-hsd) and added a new parser for ros model with the same base functionalities.
Ideally the rosgraph_observer will be updated to use the code from this package and the parse.py will be removed from rosgraph_monitor, to avoid duplicated code.
It will also be great if we collect here all the python scripts used to parser, interpret or make whatever use of my models and, if possible, unify all in a single base class to make easier the maintenance of the package for me.
What do you think? do you have some special request? which functionalities should be supported apart of get the interfaces from a model? how should be given the output?
See as reference the example: https://github.com/ipa320/ros_model_parser/blob/master/scripts/ros_parser_example.py