-
Notifications
You must be signed in to change notification settings - Fork 130
Replacing semantic Traffic Lights with Traffic Light Bulbs (issue #70) #160
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
Conversation
osi_landmark.proto
Outdated
| // The base parameters of the traffic light. | ||
| // | ||
| // \c BaseStationary::orientation x-axis is view normal of the traffic | ||
| // sign's icon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
traffic light, not sign ;)
osi_landmark.proto
Outdated
| // geometrical arrangement) and the state \c TrafficLight::mode is | ||
| // \c MODE_OFF then \c TrafficLight::color could remain unchanged. | ||
| // If The traffic light displays different images in different colors, | ||
| // then \c TrafficLight::mode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
something missing to finish that sentence?
| // This traffic light counter in percent. | ||
| // | ||
| ICON_COUNTDOWN_PERCENT = 22; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about Bus, Bus_and_Tram (yes they exist :)
|
@ppannusch Thx. I add the buses and remove the typos. |
9cf26e2 to
2b8dc18
Compare
|
@carsten-kuebler I've rebased onto master and fixed (as far as I can tell) the spurious conflicts (this branch always won), so please git checkout update/traffic_light && git fetch && git reset --hard origin/update/traffic_light prior to further changes... |
|
@carsten-kuebler I accidently pressed update branch... I will review and you can do as P.Mai suggests on the prior commit, work in the review and push afterwards. |
e12d219 to
929012f
Compare
|
@carsten-kuebler, @CarloVanDriestenBMW rebased and conflict-free, should be mergeable now. |
ghost
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should add the supplementary sign "baseStationary" as discussed in this PR
osi_detectedlandmark.proto
Outdated
| // A list of candidates for (a) possible supplementary sign(s) as estimated by the sensor. | ||
| // | ||
| // A list of candidates for (a) possible supplementary sign(s) as estimated | ||
| // by the sensor. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spaces?
Review and reformating of documentation. Unifying enum names. Change Traffic Lights from semantic representation (light box) to syntactic representation (light bulbs)
TrafficLight defines one "bulb" and not one "box" e.g. red, yello green. Now every "bulb" is a separate message.
Remove Typos Add buses to traffic light icons.
929012f to
dd19945
Compare
|
@CarloVanDriestenBMW Fixed up Doxygen and rebased to remove conflicts from new master. |
ghost
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@carsten-kuebler I will merge this one and the other changes to the traffic lights will be done in a seperate PR in order to keep the master as up to date a s possible
This PR addresses issue #70 .
Review and reformating of documentation.
Unifying enum names.
Change Traffic Lights from semantic representation (light box) to syntactic representation (light bulbs)