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

Triggered camera / multicamera plugins (melodic-devel) #743

Merged
merged 18 commits into from
Jun 27, 2018

Conversation

j-rivero
Copy link
Contributor

@j-rivero j-rivero commented Jun 7, 2018

{ 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 to std_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 a bool is used to keep track of the trigger status. The test reflects this behavior.

@scpeters
Copy link
Member

scpeters commented Jun 7, 2018

We should include #740 as well, to make sure the new plugins are installed

@j-rivero j-rivero changed the title Triggered camera / multicamera plugins (lunar-devel) (melodic-devel) Triggered camera / multicamera plugins (melodic-devel) Jun 8, 2018
@kev-the-dev
Copy link
Collaborator

Bump to trigger rebuild (current build is 404)

@kev-the-dev kev-the-dev merged commit e831a83 into melodic-devel Jun 27, 2018
@chapulina chapulina deleted the melodic-devel-transplant-714 branch October 13, 2020 01:45
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants