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

Created SaveAreaDatabase Service #237

Closed

Conversation

DivyamChandalia
Copy link

Pull Request Description

Overview:
Enhances zed_interfaces by adding getareadatabase, a new service facilitating area database retrieval via the ZED ROS 2 wrapper.

Changes:

  • Added getareadatabase service definition to zed_interfaces.
  • Implemented service call handling in zed_ros2_wrapper to process requests and interact with ZED SDK.

Details:

  • New Service (getareadatabase):

    • Defined in zed_interfaces for ROS 2 nodes to request ZED camera area databases.
    • Enhances interaction capabilities for localization and mapping tasks.
  • Implementation in zed_ros2_wrapper:

    • Handles requests, utilizes ZED SDK for database retrieval, and sends responses to clients.

Usage:

  • Enables dynamic area database retrieval from ZED cameras in ROS 2 applications.
  • Enhances functionality for spatial awareness and mapping tasks.

Impact:

  • Improves ZED camera integration in ROS 2, enhancing robotic perception and localization.
  • Standardizes access to area databases, promoting interoperability across projects.

Testing:

  • Tested on Stereolabs ZED Box with ZEDX stereo camera.
  • Test environment used Isaac ROS docker container running Ubuntu 22.04.

Contributor Notes:

  • Aligns with efforts to expand ZED ROS 2 wrapper functionality.
  • Welcomes feedback for further optimization and refinement.

Copy link

This PR is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days

@github-actions github-actions bot added Stale closed_for_stale Issue closed for inactivity labels Jul 30, 2024
@github-actions github-actions bot closed this Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed_for_stale Issue closed for inactivity Stale
Development

Successfully merging this pull request may close these issues.

None yet

1 participant