Add basic events processing entrypoint

This commit is contained in:
Christophe Bedard 2019-06-06 09:20:36 +02:00
parent 9e217e0c56
commit d1ea1bd9bd
2 changed files with 32 additions and 0 deletions

5
conversion/ros.py Normal file
View file

@ -0,0 +1,5 @@
# Process trace events and create ROS model
def ros_import(events):
for event in events:
print(f'event: {str(event)}')