Is the sequence number in Header message deprecated

Hi all,

At the moment I am trying to understand whether the sequence number in the ROS header message is now deprecated. I got this message on ROS answers but cannot look at the original issue. http://answers.ros.org/question/55126/why-does-ros-overwrite-my-sequence-number/ . When looking at the spec it does not talk of it being deprecated. http://docs.ros.org/api/std_msgs/html/msg/Header.html. Is it needed?

It is deprecated, but we’ve avoided removing it to prevent unnecessary disruption between releases.
I summarized a bit of the history in this GitHub comment:

https://github.com/ros2/common_interfaces/issues/1#issuecomment-112621348

Ultimately, it was decided that we would remove it in ROS 2:

https://github.com/ros2/common_interfaces/pull/2

However, I’m not certain whether or not we’ll ever do so in ROS 1.

1 Like

Thank you that’s great information.