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

Update install-zed-aarch64.sh for ZED SDK 4.2 Compatibility #160

Open
ba2sakal opened this issue Nov 24, 2024 · 0 comments
Open

Update install-zed-aarch64.sh for ZED SDK 4.2 Compatibility #160

ba2sakal opened this issue Nov 24, 2024 · 0 comments

Comments

@ba2sakal
Copy link

ba2sakal commented Nov 24, 2024

Description:
The install-zed-aarch64.sh script in the NVIDIA-ISAAC-ROS/isaac_ros_common uses a static link for downloading the ZED SDK, which is outdated (points to version 4.1). This creates compatibility issues with the latest ZED SDK (4.2) and the updated ZED ROS 2 Wrapper repository. https://download.stereolabs.com/zedsdk/4.2/l4t36.3/jetsons

Problem:

The script currently hardcodes the ZED SDK version to 4.1, while version 4.2 introduces changes including support for ZEDOne.
In the ZED ROS 2 Wrapper repository, the zed_interfaces package has been renamed to zed_msgs, breaking compatibility with existing setups.

Steps to Reproduce:

Run install-zed-aarch64.sh from the isaac_ros_common repository.
Attempt to integrate it with the ZED ROS 2 Wrapper using the latest ZED SDK (4.2).
Observe errors related to the outdated zed_interfaces package name and static link to ZED SDK 4.1.

Expected Behavior:
The script should dynamically fetch the latest version of the ZED SDK (4.2).
Compatibility with the updated ZED ROS 2 Wrapper, including the new zed_msgs package, should be ensured.

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

No branches or pull requests

1 participant