chstetco / virtualradar

Open-Source Millimeter-Wave Radar Simulation Framework by Institute of Smart System Technologies, University of Klagenfurt and Institute of Mechatronics and Robotics, JOANNEUM RESEARCH
https://aau.at/vira
MIT License
90 stars 22 forks source link

Cannot fins script for MainCam #3

Closed jialuwang123321 closed 3 years ago

jialuwang123321 commented 3 years ago

Dear Christian Schöffmann,

Thank you so much for your fantastic simulator. May I consult you a question?

I have opened a new project in Unity3d and loaded all from Github. However, I found that the MainCam prefab doesn't have any script. May I know which script should I attach to the MainCam to finally get the output radio data? Thank you in advance!

Best Jialu

chstetco commented 3 years ago

Hey Jialu,

Thank you very much for you interest in our framework and for this notice. Indeed, the MainCam prefab was missing the script, we are very sorry for that!

I pushed the changes of the prefab to the repo, now when you import the prefab to your project you should see that the MainCam has the 'ScreenSpaceRadarControlPlot' script attached to it which allows you to adjust the parameters of the sensor.

Best Regards, Christian