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
14
14
# https://github.com/stereolabs/zed-docker/blob/fd514606174d8bb09f21a229f1099205b284ecb6/4.X/l4t/devel/Dockerfile#L27C5-L27C95
15
15
sudo ln -sf /usr/lib/aarch64-linux-gnu/tegra/libv4l2.so.0 /usr/lib/aarch64-linux-gnu/libv4l2.so
16
16
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
+
17
20
# Cleanup
18
21
sudo rm -rf /usr/local/zed/resources/*
19
22
rm -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
24
24
# https://github.com/stereolabs/zed-docker/blob/fd514606174d8bb09f21a229f1099205b284ecb6/4.X/ubuntu/devel/Dockerfile#L24
25
25
sudo ln -sf /lib/x86_64-linux-gnu/libusb-1.0.so.0 /usr/lib/x86_64-linux-gnu/libusb-1.0.so
26
26
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
+
27
30
# Cleanup
28
31
rm ZED_SDK_Linux_Ubuntu${UBUNTU_RELEASE_YEAR} .run
29
32
sudo rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >isaac_ros_launch_utils</name >
5
- <version >3.2.5 </version >
5
+ <version >3.2.10 </version >
6
6
<description >Helper functions to simplify ROS2 launch files.</description >
7
7
<
maintainer email =
" [email protected] " >Isaac ROS Maintainers</
maintainer >
8
8
<license >Apache-2.0</license >
You can’t perform that action at this time.
0 commit comments