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

default to using camera timestamp in image messages #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gsandstrom
Copy link

Creates a ROS parameter use_embedded_timestamp to control how image messages generated by the pointgrey nodelet are timestamped when they are grabbed from the camera.

The old behavior was to use the current computer / ROS time once the grab method returns.

If use_embedded_timestamp is true, the timestamp is instead preserved from the camera image data. This is now the default behavior.

If use_embedded_timestamp is false, it has the old behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant