Skip to content

Commit

Permalink
update sample rosbag link (autowarefoundation#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Kento Yabuuchi <[email protected]>
  • Loading branch information
KYabuuchi committed Jun 6, 2023
1 parent 4d60711 commit 7e0b797
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 32 deletions.
14 changes: 11 additions & 3 deletions localization/yabloc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,22 @@ colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release -DCMAKE_E

## Quick Start Demo

rosbag made by AWSIM: [Google drive link](https://drive.google.com/drive/folders/1XVWfkDoz-0fncYC-_I6cmv1gkB6EfJ2Y?usp=share_link)

![how_to_launch_with_rosbag](docs/how_to_launch_quick_start_demo.drawio.svg)

sample rosbag: [Google Drive link](https://drive.google.com/file/d/1UqULyfidxcA5JidfHWAsSqNy8itampAX/view?usp=share_link)

```shell
# terminal 1
source install/setup.bash
ros2 launch pcdless_launch sample_launch.xml

# terminal 2
source install/setup.bash
ros2 launch pcdless_launch rviz.launch.xml
ros2 bag play awsim_yabloc_rosbag_sample

# terminal 3
source install/setup.bash
ros2 bag play awsim_yabloc_rosbag_sample_0.db3 -s sqlite3
```

## Demo with Autoware
Expand Down
Loading

0 comments on commit 7e0b797

Please sign in to comment.