Skip to content

Conversation

@thomassedlmayer
Copy link
Contributor

@thomassedlmayer thomassedlmayer force-pushed the adopt-role-harmonization branch 3 times, most recently from d20c45a to fbb8506 Compare November 27, 2025 15:38
@thomassedlmayer thomassedlmayer force-pushed the adopt-role-harmonization branch from fbb8506 to c90791b Compare December 2, 2025 12:11
// Traffic participant that can be perceived as freight transport,
// e.g. freight truck, delivery van, delivery bike, postman.
//
ROLE_FREIGHT_TRANSPORT = 11;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought about this one and researched a little bit, e.g. at UPS (see screenshot). Maybe, we should use the term "shipping" instead as an umbrella term for delivery, freight, cargo etc. that would include them all, I believe.

Suggested change
ROLE_FREIGHT_TRANSPORT = 11;
ROLE_SHIPPING = 11;
Image

//
ROLE_MILITARY = 10;

// Traffic participant that can be perceived as freight transport,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment below.

Suggested change
// Traffic participant that can be perceived as freight transport,
// Traffic participant that can be perceived as a shipping actor,

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not too familiar with the OSI structure, but in 3.7 I found the roles under "Vehicle Classification", see screenshot below. Is this something we need to change as we address all kinds of moving objects here?

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants