Closed diivm closed 4 years ago
what [o/p] stands for
Output files commits (generated JSONs)
Any reason for putting the json in git?
Just for the time being, including outputs for review (if needed). Will remove them later.
What's type_kind?
The type of element. Need it for member type: https://github.com/divmadan/pcl/blob/62bb91df43db36a77e0dddab17eaa57eee6ead1b/bindings/python/json/common/impl/point_types.json#L214-L215
What's the difference in is not and !=?
is not
wasn't filtering for "Invalid"
It's showing conflicts but the conflict is my change.
Might be something to do with this. Wasn't able to make pull requests earlier today.
What's type_kind?
The type of element. Need it for member type:
In that case, wouldn't it be better to rename the variable as type_of_element
?
type_kind
?is not
and!=
?