Verify the staged rosbag files
Complete the following steps to verify that the rosbag files are staged.
-
Sign in to the Amazon S3 console
. -
Choose the bucket with a name similar to
addf-aws-solutions-raw-bucket-<hash>/rosbag-scene-detection/test-vehicle-01/072021/small1_2020-11-19-16-21-22_4.bag. -
There should be two .bag files in the bucket. These are the files we will pass to the DAG.
If the files aren’t in the bucket, run the following CLI commands to stage the files. Replace
<hash>with the unique numbering for the S3 bucket.$ aws s3 cp s3://proserve-blocks-datasets-us-east-1/rosbag/test-vehicle-01/072021/small1__2020-11-19-16-21-22_4.bag \ s3://addf-aws-solutions-raw-bucket-<hash>/rosbag-scene-detection/test-vehicle-01/072021/small1__2020-11-19-16-21-22_4.bag
$ aws s3 cp s3://proserve-blocks-datasets-us-east-1/rosbag/test-vehicle-01/072021/small2__2020-11-19-16-21-22_4.bag \ s3://addf-aws-solutions-raw-bucket-<hash>/rosbag-scene-detection/test-vehicle-02/072021/small2__2020-11-19-16-21-22_4.bag