Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix check for header first in rosbag play for rate control topic #1352

Merged
merged 3 commits into from
Mar 21, 2018

Commits on Mar 20, 2018

  1. Skip empty lines

    efernandez committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    a36ff60 View commit details
    Browse the repository at this point in the history
  2. 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.
    efernandez committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    3e9ce44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79b6c25 View commit details
    Browse the repository at this point in the history