-
Notifications
You must be signed in to change notification settings - Fork 130
Extension of the hostVehicleData (part 2) #547
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
|
CCB 13.07.2021: |
|
CCB Output 21.07.2021
|
|
CCB Meeting 04.08.2021:
|
|
@stefancyliax : Can we give it 10 min in the next CCB? |
|
OSI CCB:
|
081c58a to
3c7304e
Compare
osi_common.proto
Outdated
| } | ||
|
|
||
| // | ||
| // \brief The geodetic position of an object, i.e. center of the bounding box. |
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.
| // \brief The geodetic position of an object, i.e. center of the bounding box. | |
| // \brief The geodetic position of an object, i.e. center of the 3D bounding box. |
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.
done.
|
Output CCB 15.09.2021:
|
ab296c8 to
bc7e61e
Compare
|
@FKlopfer : Is it ready to merge? Your change removed the DCO Sign off, do you add it or is an action from my side required? |
Hi @ThomasNaderBMW , it is ready to merge from my side. There was something wrong in the GitHub configuration regarding the DCO last Friday that @stefancyliax was trying to fix but I do not know how far ge got. |
0c084d1 to
e973b6f
Compare
| // | ||
| // \brief The focus here is on the description of a wheel. | ||
| // | ||
| message WheelData |
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.
CCB Output 13.10.2021:
- @pmai Please update the comment to indicate that this only relevant to the internal wheel data of the vehicle.
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 already did the description improvements.
|
Can you check and merge @pmai ? |
a5e2e77 to
2795866
Compare
…the hostVehicleData #441" (before it broke down). Signed-off-by: Nader Thomas <thomas.nader@bmw.de>
Signed-off-by: Nader Thomas <thomas.nader@bmw.de>
Signed-off-by: spider <Thomas.Nader@bmw.de> Signed-off-by: Thomas Nader <Thomas.Nader@bmw.de>
Signed-off-by: spider <Thomas.Nader@bmw.de> Signed-off-by: Thomas Nader <Thomas.Nader@bmw.de>
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
Changes done to be open for SetLevel4to5 Requirements. Signed-off-by: spider <Thomas.Nader@bmw.de>
Signed-off-by: Thomas Nader <Thomas.Nader@bmw.de>
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
2795866 to
41946d4
Compare
Reference to a related issue in the repository
Solves #481 and is the continuation of #441, which broke down after a rebase (I am sorry for that).
Add a description
Host vehicle data is about the perception of the vehicle about it's own, internal states.
It can be understood as an interface container for restbussimulation signals.
If there is a duplication with values from the rest of SensorView or SensorData, than these shall be taken.
It consists of different messages categorizing the vehicle in:
Vehicle-Basics, Vehicle-Powertrain, Vehicle-SteeringWheel, Vehicle-Wheels, Vehicle-Localization.
Some questions to ask:
Does it break any existing functionality or force me to update to a new version?
No, but some fields are deprecated (toDo for 4.0).
Take this checklist as orientation for yourself, if this PR is ready for the Change Control Board:
If you can’t check all of them, please explain why.
If all boxes are checked or commented and you have achieved at least one positive review, you can assign the label ReadyForCCBReview!