Why ros2 std_msgs/Header removes `seq`?
Hi,
I'm upgrading a ros1 package to ros2 and found that std_msgs/Header
msg has changed.
in ros1: https://github.com/ros/std_msgs/blob/...
# sequence ID: consecutively increasing ID
uint32 seq
while in ros2: https://github.com/ros2/common_interf...
seq
is removed. Why?