Skip to content

Unexpected Output from FMU Sensor #30

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

Closed
levanthanh3005 opened this issue May 21, 2024 · 2 comments
Closed

Unexpected Output from FMU Sensor #30

levanthanh3005 opened this issue May 21, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@levanthanh3005
Copy link

Hi @ClemensLinnhoff
I tried to simulate the perception object model with the required inputs,
I checked the logs and saw that it already runs steps: frontend => data extraction => object tracking
I also configure the CSV results as

DetectedObjects:
image

GTObjects:
image

However when I convert the data from the output of FMU, it almost contains nothing,
image

I used the carlar scenario runner: Following Vehicle,
Since the CSV files are already exported so I dont know whether I miss any steps,
Could you please take a look, @ClemensLinnhoff
Thank you

@levanthanh3005 levanthanh3005 added the bug Something isn't working label May 21, 2024
@ClemensLinnhoff
Copy link
Contributor

When there is correct data in the CSV, there should also be correct data in the SensorData output.

How did you export/store the output OSI trace file? Are you using the OpenMSL Trace File Writer? How are you converting the binary trace file to the readable trace you posted? Is it possible you mixed up SensorView and SensorData during the conversion?

@levanthanh3005
Copy link
Author

Hi @ClemensLinnhoff, thank you,
I found out my issue,
when I got the osi, i forgot the tag: SensorData

python3.7 /OSIFormat/osi2read.py -d OutOfPerceptionModel.osi -o OutOfPerceptionModel.txth -t SensorData

Now it works,
Regards,
Thank you
Thanh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants