-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check & create database dirs before writing bags (#1133)
* Check & create dir before writing bag if necessary Signed-off-by: homalozoa <nx.tardis@gmail.com> * Add .vscode & install & log in .gitignore Signed-off-by: homalozoa <nx.tardis@gmail.com> * Port dir creation to sequential_compression_writer 1. Port dir creation to sequential_compression_writer 2. Remove dir before test db creation Signed-off-by: homalozoa <nx.tardis@gmail.com> * Remove db dir creation from verb record in ros2bag * Database directories' creation will happend while writer open database file. So there is no need to create db in record.py Signed-off-by: homalozoa <nx.tardis@gmail.com> Signed-off-by: homalozoa <nx.tardis@gmail.com>
- Loading branch information
Showing
6 changed files
with
54 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
.idea/ | ||
.ipynb_checkpoints/ | ||
.vscode/ | ||
cmake-build-debug/ | ||
cmake-build-release/ | ||
build/ | ||
build | ||
install | ||
log | ||
venv/ | ||
**/.pytest_cache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters