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

sensor_data_sharing_service: Cannot parse confidence #425

Open
dan-du-car opened this issue Aug 27, 2024 · 0 comments
Open

sensor_data_sharing_service: Cannot parse confidence #425

dan-du-car opened this issue Aug 27, 2024 · 0 comments
Labels
anomaly Something isn't working

Comments

@dan-du-car
Copy link
Collaborator

Summary

Perform local testing of MUST sensor related service with mockup data from this script: https://github.com/usdot-fhwa-OPS/V2X-Hub/blob/develop/src/v2i-hub/MUSTSensorDriverPlugin/scripts/MockMUSTSensor.py.

The script sends fake detected objects in JSON string. Verified that CARMAStreetsPlugin can receive the detected message and send the message in JSON format to carma-streets, see below:
image

The sensor_data_sharing_service received this JSON message and tried to parse it. It throws an exception shown in the above image.

Commit

NA

Expected Behavior

sensor_data_sharing_service should generate SDSM message

Actual Behavior

sensor_data_sharing_service thrown error

Steps to Reproduce the Actual Behavior

  • launch carma-streets sensor_data_sharing_service service
  • launch v2xhub
  • run the detection script to send detected objects

Related Work

No response

@dan-du-car dan-du-car added the anomaly Something isn't working label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
anomaly Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant