-
Notifications
You must be signed in to change notification settings - Fork 773
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
Triggered camera / multicamera plugins (melodic-devel) #743
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We should include #740 as well, to make sure the new plugins are installed |
…to melodic-devel-transplant-714
j-rivero
changed the title
Triggered camera / multicamera plugins (lunar-devel) (melodic-devel)
Triggered camera / multicamera plugins (melodic-devel)
Jun 8, 2018
Bump to trigger rebuild (current build is 404) |
kev-the-dev
approved these changes
Jun 27, 2018
cohen39
pushed a commit
to cohen39/gazebo_ros_pkgs
that referenced
this pull request
Nov 15, 2021
…el-transplant-714 Triggered camera / multicamera plugins (melodic-devel)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
{ port of pull request #714 }
{ port of pull request #687 }
This adds a plugin for triggered cameras and multicameras. These sensors do not publish unless triggered. They have an additional topic (default name
image_trigger
) that subscribes tostd_msgs/Empty
messages and will publish a single update after being triggered.Its maximum update rate is currently set by the
<update_rate>
sdf tag in the<sensor>
block. Under the hood. If you publish two trigger messages before the camera has a chance to publish, it will only publish once, since abool
is used to keep track of the trigger status. The test reflects this behavior.