You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logger doesn't handle arrays right now. It'd be great if it were smart enough to take an array and give each index its own column. For example, in the following code the acceleration field is an array of length 3.
log.add_attributes(cheap_IMU, ["acceleration"])
It would be great if the resulting log could be:
cheap_IMU_acceleration_0 | cheap_IMU_acceleration_1 | cheap_IMU_acceleration_2
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
The logger doesn't handle arrays right now. It'd be great if it were smart enough to take an array and give each index its own column. For example, in the following code the acceleration field is an array of length 3.
log.add_attributes(cheap_IMU, ["acceleration"])
It would be great if the resulting log could be:
cheap_IMU_acceleration_0 | cheap_IMU_acceleration_1 | cheap_IMU_acceleration_2
The text was updated successfully, but these errors were encountered: