docs: add a new rust ULOG parser to the list of known parsers

This commit is contained in:
annoybot
2025-10-06 03:11:54 -04:00
committed by GitHub
parent 39837d44b1
commit a443997264
+1
View File
@@ -497,6 +497,7 @@ A valid ULog parser must fulfill the following requirements:
- [ulogreader](https://github.com/maxsun/ulogreader): Javascript, ULog reader and parser outputs log in JSON object format.
- [Foxglove](https://foxglove.dev): an integrated visualization and diagnosis tool for robotics data that supports ULog files.
- [TypeScript ULog parser](https://github.com/foxglove/ulog): TypeScript, ULog reader that outputs JS objects.
- [yule_log](https://crates.io/crates/yule_log): A streaming ULog parser written in Rust.
## File Format Version History