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

Add reentrant callback group to lidar, cameras and airsim control timers #4559

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

Conversation

nikola-j
Copy link

@nikola-j nikola-j commented Jun 7, 2022

Fixes #4428

About

This will fix the issue by using a multithreaded executor and adding a reentrant callback group to lidar, cameras, and airsim control timers. That way they can all execute in parallel and not block each other. Also removed unreachable code in airsim_node.cpp.

How Has This Been Tested?

Added a settings file with multiple cameras and a lidar, did a /airsim_node/local_position_goal service call.

Screenshots (if appropriate):

…ers, use multithreaded executor for spinning
@ghost
Copy link

ghost commented Jun 7, 2022

CLA assistant check
All CLA requirements met.

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

Successfully merging this pull request may close these issues.

Airsim ROS2 jerky movement and control when capturing imagery
2 participants