Any documents or open-discussions for traffic-editor?
According to this article, Open Robotics has a plan to make a platform-agnostic traffic editor for the community, which is really awesome.
https://github.com/osrf/traffic-editor
I briefly had a look at the repository, but couldn't figure out the overall design of this tool as it seems doesn't exist any document yet. Please let me know if I overlooked something important information.
In my security robot project, I implemented a topological graph generator that takes OGM as an input to automatically construct a traversable node graph, and a graph modifier can annotate nodes type and modify these node connections manually. So, I'm really happy to contribute to the community by adapting some part of my tools with the open-sourced traffic-editor and then make it public, and also interested in open-discussion for the community's future plans.
Thanks.