Skip to content

Commit 250df69

Browse files
authored
Python/rosbag fix (#227)
1 parent 8130988 commit 250df69

2 files changed

Lines changed: 462 additions & 1 deletion

File tree

python/lib/sift_py/data_import/_ros_channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def get_underlying_fields(
131131
for i in range(size):
132132
sub_field = (field_name, sub_node_type)
133133
channels.extend(
134-
RosChannel.get_underlying_fields(prefix, sub_field, typestore, index=i)
134+
RosChannel.get_underlying_fields(prefix, sub_field, typestore, i, parent_fields)
135135
)
136136
return channels
137137
# Example of `field` for a nested value:

0 commit comments

Comments
 (0)