From 98af9cb91d889779a6757a2659a6533579ed0c75 Mon Sep 17 00:00:00 2001 From: Benji Barash Date: Mon, 13 May 2024 09:20:52 -0700 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 21034cb..b1787fb 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,8 @@ Actions can range from simple data transformations to more complex algorithms, a The package currently includes the following Actions: - `tag_ulog`: Scan .ulg files for any errors and emit tags. -- `ulog_info`: Extract metadata from a .ulg file. - `ulog_to_csv`: Convert .ulg files to .csv files. - `px4_flight_review`: Generate interactive plots to analyze PX4 flights. -- `ulog_ingestion`: Ingest data from .ulg files into topics for visualization and search. # Prerequisites