File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,10 @@ RUN python3 -m pip install -U \
180
180
tqdm \
181
181
trimesh \
182
182
"warp-lang>=0.9.0" \
183
- "yourdfpy>=0.0.53"
183
+ "yourdfpy>=0.0.53" \
184
+ opentelemetry-api==1.28.1 \
185
+ opentelemetry-sdk==1.28.1 \
186
+ opentelemetry-exporter-otlp
184
187
185
188
# Add MQTT binaries and libraries
186
189
RUN --mount=type=cache,target=/var/cache/apt \
@@ -476,3 +479,7 @@ COPY middleware_profile[s]/*profile.xml /usr/local/share/middleware_profiles/
476
479
477
480
# Store list of packages (must be last)
478
481
RUN mkdir -p /opt/nvidia/isaac_ros_dev_base && dpkg-query -W | sort > /opt/nvidia/isaac_ros_dev_base/base-end-packages.csv
482
+
483
+ # Install yq
484
+ RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq \
485
+ && chmod +x /usr/local/bin/yq
Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ RUN python3 -m pip install \
291
291
COPY rosdep/ros-humble-cuda-python-placeholder /tmp/ros-humble-cuda-python-placeholder
292
292
RUN --mount=type=cache,target=/var/cache/apt \
293
293
cd /tmp && source ${ROS_ROOT}/setup.bash \
294
- && dpkg-deb --build ros-humble-cuda-python-placeholder && apt-get install -y ./ros-humble-cuda-python-placeholder.deb \
294
+ && dpkg-deb --nocheck -- build ros-humble-cuda-python-placeholder && apt-get install -y ./ros-humble-cuda-python-placeholder.deb \
295
295
&& rm -f ./ros-humble-cuda-python-placeholder.deb
296
296
297
297
# Patch gtest to make it work with CXX 17
Original file line number Diff line number Diff line change @@ -4124,6 +4124,14 @@ mcap_vendor_dbgsym:
4124
4124
ubuntu :
4125
4125
focal : [ros-humble-mcap-vendor-dbgsym]
4126
4126
jammy : [ros-humble-mcap-vendor-dbgsym]
4127
+ isaac_ros_mega_controller :
4128
+ ubuntu :
4129
+ focal : [ros-humble-isaac-ros-mega-controller]
4130
+ jammy : [ros-humble-isaac-ros-mega-controller]
4131
+ isaac_ros_mega_node_monitor :
4132
+ ubuntu :
4133
+ focal : [ros-humble-isaac-ros-mega-node-monitor]
4134
+ jammy : [ros-humble-isaac-ros-mega-node-monitor]
4127
4135
menge_vendor :
4128
4136
ubuntu :
4129
4137
focal : [ros-humble-menge-vendor]
@@ -7964,6 +7972,10 @@ spacenav_dbgsym:
7964
7972
ubuntu :
7965
7973
focal : [ros-humble-spacenav-dbgsym]
7966
7974
jammy : [ros-humble-spacenav-dbgsym]
7975
+ spatio_temporal_voxel_layer :
7976
+ ubuntu :
7977
+ focal : [ros-humble-spatio-temporal-voxel-layer]
7978
+ jammy : [ros-humble-spatio-temporal-voxel-layer]
7967
7979
spdlog_vendor :
7968
7980
ubuntu :
7969
7981
focal : [ros-humble-spdlog-vendor]
You can’t perform that action at this time.
0 commit comments