Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[jsk_pcl_ros] fix data link in install_sample_data.py #2733

Merged
merged 2 commits into from Nov 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions jsk_pcl_ros/scripts/install_sample_data.py
Expand Up @@ -117,7 +117,7 @@ def download_data(**kwargs):

download_data(
path='sample/data/pr2_look_around_in_room_73b2.bag',
url='https://drive.google.com/uc?id=1X6S6CU6rC_c_KGlVZfvoTwsAhGS5jG27',
url='https://drive.google.com/uc?id=1gmEUanixU-3Fvsff-3e8LkXmZECJCcE2',
md5='6e3dfda0ac4f23b7849f135ec9041e92',
)

Expand All @@ -129,7 +129,7 @@ def download_data(**kwargs):

download_data(
path='sample/data/torus.pcd',
url='https://blog.innovotion.co.jp/wp-content/uploads/2018/08/torus.pcd', # NOQA
url='https://drive.google.com/uc?id=18VRHlcbHNFw6Hi5ejLPMDI2iqaEdlpTU',
md5='17ae9636f42403a20bf1b936c03bb35c',
extract=False,
)
Expand Down