Compare commits
2 commits
d60442d657
...
36ac16f52f
Author | SHA1 | Date | |
---|---|---|---|
36ac16f52f | |||
d66306cf71 |
2 changed files with 554 additions and 329 deletions
File diff suppressed because it is too large
Load diff
|
@ -210,7 +210,7 @@ mod tests {
|
|||
telemetry_reader.query_telemetry(start.elapsed().as_secs_f32())
|
||||
{
|
||||
for telemetry in telemetries {
|
||||
println!("ID: {}", telemetry.id);
|
||||
println!("ID: {}, Pos: {:?}", telemetry.id, telemetry.position);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue