Make package a ROS 2 package

This commit is contained in:
Christophe Bedard 2019-06-06 09:17:36 +02:00
commit b9e4ce7bfb
5 changed files with 14 additions and 0 deletions

9
convert.py Normal file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env python3
# Entrypoint/script to convert CTF trace data to a pickle file
# TODO
from tracetools_analysis.conversion.ctf import *
def main():
print('main called')
ctf_to_pickle()