Add basic events processing entrypoint
This commit is contained in:
parent
9e217e0c56
commit
d1ea1bd9bd
2 changed files with 32 additions and 0 deletions
5
conversion/ros.py
Normal file
5
conversion/ros.py
Normal 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)}')
|
Loading…
Add table
Add a link
Reference in a new issue