Skip to content

Commit

Permalink
fix(rosbag-replay-simulation): fix link for gdown (#585)
Browse files Browse the repository at this point in the history
Signed-off-by: mitsudome-r <[email protected]>
  • Loading branch information
mitsudome-r authored Jul 25, 2024
1 parent d7a9d63 commit d44e5e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- You can also download [the rosbag files](https://drive.google.com/file/d/1sU5wbxlXAfHIksuHjP3PyI2UVED8lZkP/view?usp=sharing) manually.

```bash
gdown -O ~/autoware_map/ 'https://drive.google.com/file/d/1sU5wbxlXAfHIksuHjP3PyI2UVED8lZkP'
gdown -O ~/autoware_map/ 'https://docs.google.com/uc?export=download&id=1sU5wbxlXAfHIksuHjP3PyI2UVED8lZkP'
unzip -d ~/autoware_map/ ~/autoware_map/sample-rosbag.zip
```

Expand Down

0 comments on commit d44e5e2

Please sign in to comment.