pyoscx / scenariogeneration

Python library to generate linked OpenDRIVE and OpenSCENARIO files
Mozilla Public License 2.0
267 stars 83 forks source link

Unable to add <signalReference> element #174

Closed jiaoL06 closed 10 months ago

jiaoL06 commented 1 year ago

Is the signalReference element unavailable? When can you add this function?

mander76 commented 1 year ago

Hmm, haven't used that one. need to check how much work it would be.

jiaoL06 commented 1 year ago

Hmm, haven't used that one. need to check how much work it would be.

Thanks for your response. Looking forward to updates.

mander76 commented 1 year ago

@jakobkaths Have you worked with SignalReferences?

jakobkaths commented 1 year ago

No, I don't think we use these actively in our examples and I haven't used them yet. But seems like a simple element with few attributes that should be easy enough to add. At least as long as the user is responsible for setting unique IDs for the referenced signals and doesn't rely on the simple auto-ID mechanism.

HLINDST9 commented 10 months ago

@jiaoL06 implemented signalReference in branch signalreference, please confirm that it looks ok