usdot-fhwa-stol / cda-telematics

Apache License 2.0
1 stars 2 forks source link

Historical Data Processing Service: Data in mcap file is not saved into influxDB #222

Closed dan-du-car closed 4 months ago

dan-du-car commented 4 months ago

Summary

Uploaded ROS2 rosbags successfully to AWS s3 bucket, and processed by processing service. The upload and process statuses are updated to complete. However, the data is not successfully saved into InfluxDB when trying to plot those data on a dashboard. image

Commit

develop branch

Expected Behavior

When .mcap file is processed completed by historical processing service, the data should be saved into influxDB.

Actual Behavior

Data is not saved into InfluxDB when the processing service finishes processing the .mcap file.

Steps to Reproduce the Actual Behavior

Login to https://cav-telematics.com Navigate to Historical Processing tab, and update an .mcap file. After the process of file is completed, navigate to dashboard, write flux query using the explore feature to get a list of measurements.

Related Work

No response