You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: