simdata: implement bundle streams
This commit is contained in:
@@ -96,7 +96,8 @@ impl From<StreamType> for SensorSource {
|
||||
match value {
|
||||
StreamType::Annotations => Self::Annotations,
|
||||
StreamType::GPS => Self::GPS,
|
||||
StreamType::IMU => Self::IMU
|
||||
StreamType::IMU => Self::IMU,
|
||||
StreamType::Bundle => unimplemented!()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user