Compare commits

..

No commits in common. "36ac16f52f0228a239f4c75abdec1cdab3b71b87" and "d60442d65730d4ae20d17db398e81874a2268e2a" have entirely different histories.

2 changed files with 330 additions and 555 deletions

File diff suppressed because it is too large Load diff

View file

@ -210,7 +210,7 @@ mod tests {
telemetry_reader.query_telemetry(start.elapsed().as_secs_f32()) telemetry_reader.query_telemetry(start.elapsed().as_secs_f32())
{ {
for telemetry in telemetries { for telemetry in telemetries {
println!("ID: {}, Pos: {:?}", telemetry.id, telemetry.position); println!("ID: {}", telemetry.id);
} }
} }
} }