Commit ·
489fcc6
1
Parent(s): 37247a7
update README.md
Browse files
README.md
CHANGED
|
@@ -112,6 +112,8 @@ for filename in files_to_download:
|
|
| 112 |
print(f"Downloaded '{filename}' to '{target_folder}'")
|
| 113 |
```
|
| 114 |
|
|
|
|
|
|
|
| 115 |
## How to use
|
| 116 |
|
| 117 |
In your ROS 2 enviroment
|
|
|
|
| 112 |
print(f"Downloaded '{filename}' to '{target_folder}'")
|
| 113 |
```
|
| 114 |
|
| 115 |
+
> The `test_0.db3` is around ~20Gb.
|
| 116 |
+
|
| 117 |
## How to use
|
| 118 |
|
| 119 |
In your ROS 2 enviroment
|