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

Ensure Proper Resource Cleanup in ob_camera_node_driver.cpp and Simplify Multi-Camera Configuration in multi_femto.launch.py #11

Merged
merged 7 commits into from
Oct 12, 2024

Conversation

Proguranto
Copy link

In ob_camera_node_driver.cpp:

  • Made sure to appropriately close the orb_device_lock_shm_fd_ in the destructor
  • Modified it can run with device_num:=1, without defaulting to the default device, and can specify a serial number or usb-port.

In multi_femto.launch.py:

  • Edited so that it only uses port-num and device-num which are the only things required for running multiple cameras.

BernieZhu and others added 6 commits July 9, 2024 20:57
fix not publishing depth image bug
- Made sure to appropriately close the orb_device_lock_shm_fd_ in the destructor
- Modified it can run with device_num:=1, without defaulting to the default
  device, and can specify a serial number or usb-port.

In multi_femto.launch.py:
- Edited so that it only uses port-num and device-num which are the only things
  required for running multiple cameras.
@Proguranto Proguranto changed the base branch from iron to main October 12, 2024 02:19
@Proguranto Proguranto marked this pull request as draft October 12, 2024 02:20
@Proguranto Proguranto marked this pull request as ready for review October 12, 2024 02:20
@atharva620 atharva620 self-requested a review October 12, 2024 02:21
@atharva620 atharva620 merged commit 3670626 into personalrobotics:main Oct 12, 2024
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