File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ sudo -u admin ./ZED_SDK_Linux.run silent skip_od_module skip_python skip_drivers
1414# https://github.com/stereolabs/zed-docker/blob/fd514606174d8bb09f21a229f1099205b284ecb6/4.X/l4t/devel/Dockerfile#L27C5-L27C95
1515sudo ln -sf /usr/lib/aarch64-linux-gnu/tegra/libv4l2.so.0 /usr/lib/aarch64-linux-gnu/libv4l2.so
1616
17+ # Install zed-ros2-wrapper dependencies
18+ sudo apt update && sudo apt-get install --no-install-recommends ros-humble-zed-msgs ros-humble-cob-srvs -y
19+
1720# Cleanup
1821sudo rm -rf /usr/local/zed/resources/*
1922rm -rf ZED_SDK_Linux.run
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ chmod +x ZED_SDK_Linux_Ubuntu${UBUNTU_RELEASE_YEAR}.run ; sudo -u admin ./ZED_SD
2424# https://github.com/stereolabs/zed-docker/blob/fd514606174d8bb09f21a229f1099205b284ecb6/4.X/ubuntu/devel/Dockerfile#L24
2525sudo ln -sf /lib/x86_64-linux-gnu/libusb-1.0.so.0 /usr/lib/x86_64-linux-gnu/libusb-1.0.so
2626
27+ # Install zed-ros2-wrapper dependencies
28+ sudo apt update && sudo apt-get install --no-install-recommends ros-humble-zed-msgs ros-humble-cob-srvs -y
29+
2730# Cleanup
2831rm ZED_SDK_Linux_Ubuntu${UBUNTU_RELEASE_YEAR} .run
2932sudo rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 3" >
44 <name >isaac_ros_launch_utils</name >
5- <version >3.2.5 </version >
5+ <version >3.2.10 </version >
66 <description >Helper functions to simplify ROS2 launch files.</description >
77 <
maintainer email =
" [email protected] " >Isaac ROS Maintainers</
maintainer >
88 <license >Apache-2.0</license >
You can’t perform that action at this time.
0 commit comments