Fix timestamp column conversion
This commit is contained in:
parent
bfe12bef5d
commit
7652873666
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ class RosDataModelUtil(DataModelUtil):
|
|||
['timestamp', 'duration']
|
||||
]
|
||||
# Time conversion
|
||||
return self.convert_time_columns(data, ['timestamp', 'duration'], ['timestamp'])
|
||||
return self.convert_time_columns(data, ['duration'], ['timestamp'])
|
||||
|
||||
def get_node_tid_from_name(
|
||||
self, node_name: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue