Closed Ekanshh closed 2 years ago
I suspect the resolution for this is:
def _convert_from_ros_time(field_type, field_value):
field_value = {
'secs': field_value.sec,
'nsecs': field_value.nanosec
}
return field_value
i think this can be closed
Thanks for the info.