Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesSchoenberg committed Oct 16, 2023
1 parent 5d801ce commit 95818ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 95818ae

Please sign in to comment.