Rename ROS processing file and move to analysis submodule

This commit is contained in:
Christophe Bedard 2019-06-06 09:21:41 +02:00
parent d1ea1bd9bd
commit e3a1564041
3 changed files with 94 additions and 7 deletions

View file

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