You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Expose type hash on typesupports
* Change TYPE_VERSION_HASH to TYPE_HASH, fix variable inlining
* Undo the serviceMembers idea
* Re-fix hash definition indentation now that not using defines
* Tweak the separator to match rcl capabilities
Signed-off-by: Emerson Knapp <[email protected]>
Copy file name to clipboardExpand all lines: rosidl_generator_type_description/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This generator serializes ROS 2 interface descriptions (message, service, action) to a common format and uses SHA256 to hash that representation into a unique hash for each type.
4
4
5
-
The SHA256 hashes generated by this package must match those generated by `rcl_calculate_type_version_hash`. The `.json` files generated must, therefore, match the result of `rcl_type_description_to_hashable_json`.
5
+
The SHA256 hashes generated by this package must match those generated by `rcl_calculate_type_hash`. The `.json` files generated must, therefore, match the result of `rcl_type_description_to_hashable_json`.
0 commit comments