tracetools_analysis/conversion/ros.py

6 lines
132 B
Python
Raw Normal View History

2019-06-06 09:20:36 +02:00
# Process trace events and create ROS model
def ros_import(events):
for event in events:
print(f'event: {str(event)}')