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

[gazebo_plugins] Ensure gazebo_ros_camera Publishes After Reset #532

Closed

Conversation

kennysharma
Copy link

After a simulation reset, gazebo_ros_camera does not publish images because it is using its internal (and not reset by the world event) last_update_time_ rather than it's parent sensor's update time.

I think all of these issues were fixed in the main gazebo repo in the last major release or two, but it looks like the plugins were not fully updated. There are likely similar issues in the other plugins that should be looked into (by someone who is more familiar with them).

After a simulation reset, gazebo_ros_camera does not publish images because it is using its internal (and not reset by the world event) last_update_time_ rather than it's parent sensor's update time.

I think all of these issues were fixed in the main gazebo repo in the last major release or two, but it looks like the plugins were not fully updated. There are likely similar issues in the other plugins that should be looked into (by someone who is more familiar with them).
@iche033
Copy link
Contributor

iche033 commented Feb 13, 2017

I think this is covered in pull request #540 which also fixes the problem for other plugins

@j-rivero
Copy link
Contributor

I think this is covered in pull request #540 which also fixes the problem for other plugins

@kennysharma could you please verify if the problem is already fixed after the latest changes in kinetic-devel branch.

@j-rivero
Copy link
Contributor

j-rivero commented Mar 9, 2018

Follow in pr #683

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.

3 participants