Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix check for header first in rosbag play for rate control topic (#1352)
* Skip empty lines * Only check 'Header ' is at the beginning This allows to support sensor_msgs/Image, which has a comment after. Also note we only need to check for the type, not the name of the field. * Break while loop after first field.
- Loading branch information