Skip to content

Conversation

@carsten-kuebler
Copy link
Contributor

New proposal for PR #151

@carsten-kuebler
Copy link
Contributor Author

@CarloVanDriestenBMW It was faster to add a new PR instead of merging the master in the old PR. I hope it is ok....
I changed the field name for sensor_id in SensorData.

@carsten-kuebler
Copy link
Contributor Author

This PR addresses issue #147.

@ghost ghost added this to the v3.0.0 milestone Mar 16, 2018
@ghost ghost added FeatureRequest Proposals which enhance the interface or add additional features. Documentation Everything which impacts the quality of the documentation and guidelines. labels Mar 16, 2018
@ghost
Copy link

ghost commented Mar 16, 2018

I guess we have to define how the version of the ISO standard and the version of OSI is combined. E.g. an entry in the readme.md in order to clearly define to which ISO this specific OSI version relates to?

@carsten-kuebler
Copy link
Contributor Author

I agree, but we can't refer to this standard (there is no number). The standard will define the communications and if we add semantic compatibility (as a restriction to minor version changes) I think we are prepared.

@carsten-kuebler
Copy link
Contributor Author

@CarloVanDriestenBMW: last changes have no renumbering of fields. We should do this at last....

@pmai pmai force-pushed the Detected--message-references-sensors-V2 branch from 7cefe02 to 12ac0c5 Compare March 19, 2018 09:16
@pmai
Copy link
Contributor

pmai commented Mar 19, 2018

@carsten-kuebler, @CarloVanDriestenBMW I've rebased onto master and squashed the fixup commit, so please git checkout Detected--message-references-sensors-V2 && git fetch && git reset --hard origin/Detected--message-references-sensors-V2 prior to further work on this branch.

Generally-speaking, is it wise to seperate the Header from the Objects like this? This requires a more complex traversal for everyone, AFAICS, with limited benefit? I.e. having a generic Header message and including that in all DetectedXXX seems like a more direct approach, or am I missing something?

@carsten-kuebler
Copy link
Contributor Author

@pmai The header is not for one detected entity. It is for all objects of one detected entity . Maybe it is easier to understand, if we use plurals for field names.

@pmai pmai force-pushed the Detected--message-references-sensors-V2 branch from d748b97 to 12ac0c5 Compare March 20, 2018 09:06
@pmai
Copy link
Contributor

pmai commented Mar 20, 2018

@carsten-kuebler I've re-reset this branch, since a merge commit which included all the old commits reappeared: Please be sure that after a branch reset you do not do a git pull on the branch, but rather a git fetch and git reset --hard origin/branchname, to take up the rebased stuff.

The reason I do these rebases is to cleanup history prior to merging into mainline (i.e. avoid fixup commits, multiple merges between branches, conflicts, etc.), to keep development history usable going forward.

@pmai
Copy link
Contributor

pmai commented Mar 20, 2018

@carsten-kuebler On the object headers: yes, the naming and old usage fooled me; if the data is really only per entity kind, we should somehow make this a bit clearer in the names and/or documentation, I think... Otherwise looks good to me...

@pmai pmai force-pushed the Detected--message-references-sensors-V2 branch from 12ac0c5 to 619b2d5 Compare March 20, 2018 11:55
@pmai
Copy link
Contributor

pmai commented Mar 20, 2018

@carsten-kuebler, @CarloVanDriestenBMW I have re-rebased to solve the conflicts with newly merged master as best I could; please re-check if this still matches what is wanted. I'd suggest to merge these content PRs prior to doing major changes of documentation and/or field renumberings, since this will create lots of spurious conflicts...

@pmai pmai force-pushed the Detected--message-references-sensors-V2 branch from 141d2ad to 619b2d5 Compare March 20, 2018 12:44
As discussed, I moved DetectedObjectHeader to Sensor Data.

I didn't number consecutively (easier to merge).
We have to renumber at the end...
@pmai pmai force-pushed the Detected--message-references-sensors-V2 branch from 619b2d5 to 2d08aa5 Compare March 20, 2018 13:45
@pmai
Copy link
Contributor

pmai commented Mar 21, 2018

@CarloVanDriestenBMW is conflict free and should be mergeable now; approve if this works for you.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Some typos in the documentation. I think the names are a clearer now

// 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.
Copy link

Choose a reason for hiding this comment

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

too many spaces?

// The ID of the sensor at host vehicle's mounting_position.
//
optional Identifier id = 1;
// This ID can equal \c DetectionHeader::sensor_id, if SensorData hold only
Copy link

Choose a reason for hiding this comment

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

holds?

@pmai
Copy link
Contributor

pmai commented Mar 21, 2018

@CarloVanDriestenBMW I've fixed and regularized the Doxygen comments.

@pmai pmai self-assigned this Mar 21, 2018
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

thx

@ghost ghost merged commit 1aad35f into master Mar 21, 2018
@pmai pmai deleted the Detected--message-references-sensors-V2 branch March 27, 2018 12:16
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation Everything which impacts the quality of the documentation and guidelines. FeatureRequest Proposals which enhance the interface or add additional features.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants