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

F3-5443: Add service for resetting the camera exposure #64

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

hjoe72
Copy link

@hjoe72 hjoe72 commented Jul 16, 2024

Add service for resetting camera exposure.

@hjoe72 hjoe72 requested review from nardavin, zzv2 and dtamino July 16, 2024 04:05
@hjoe72 hjoe72 self-assigned this Jul 16, 2024
@@ -414,6 +417,8 @@ class UsbCamNode
int main(int argc, char **argv)
{
ros::init(argc, argv, "usb_cam");
ros::AsyncSpinner spinner{ 2 };

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add some kind of note here that if we add another callback type without adding another thread, there could be weird threading issues

Add service for resetting camera exposure.
@hjoe72 hjoe72 force-pushed the user/hjoe72/feature/srv-reset-cam branch from cdc1720 to 13ad59b Compare July 16, 2024 04:30
@zzv2 zzv2 merged commit 80ceac9 into develop Jul 16, 2024
1 check passed
@zzv2 zzv2 deleted the user/hjoe72/feature/srv-reset-cam branch July 16, 2024 04:42
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.

3 participants