From 95818ae3c4519d30b8f83bb5c8b70e3642cb8238 Mon Sep 17 00:00:00 2001 From: Yves Date: Mon, 16 Oct 2023 16:48:52 +0200 Subject: [PATCH] Update README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3741667..2e06692 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,6 @@ And here is how you can run a robologs-ros-utils command inside the Docker image docker run -v ~/Desktop/scratch/:/input/ -it --rm robologs-ros-utils-image robologs-ros-utils get-videos -i /input/example_bag_small.bag -o /input/ --naming rosbag_timestamp --format jpg --save-images ``` -Do you have a request for a data format that's not listed above? Raise an issue or join our Slack community and make a request! - ## Community If you have any questions, comments, or want to chat, please join [our Discord channel](https://discord.com/invite/rvXqP6EjwF). @@ -97,7 +95,7 @@ poetry run mypy robologs_ros_utils/sources/ poetry run isort --check-only . ``` -# test the CLI locally +# Test the CLI locally ```bash # clean local build ./clean_build.sh