Skip to content

Commit 05c04b8

Browse files
Isaac ROS 4.4
1 parent 8c96f47 commit 05c04b8

8 files changed

Lines changed: 212 additions & 101 deletions

File tree

SECURITY.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
NVIDIA is dedicated to the security and trust of our software products and services, including all source code repositories managed through our organization.
44

5-
If you need to report a security issue, please use the appropriate contact points outlined below. **Please do not report security vulnerabilities through GitHub.**
5+
If you need to report a security issue, please use the appropriate contact points outlined below. **Please do not report security vulnerabilities through GitHub.** If a potential security issue is inadvertently reported via a public issue or pull request, NVIDIA maintainers may limit public discussion and redirect the reporter to the appropriate private disclosure channels.
66

77
## Reporting Potential Security Vulnerability in an NVIDIA Product
88

@@ -11,11 +11,11 @@ To report a potential security vulnerability in any NVIDIA product:
1111
- E-Mail: psirt@nvidia.com
1212
- We encourage you to use the following PGP key for secure email communication: [NVIDIA public PGP Key for communication](https://www.nvidia.com/en-us/security/pgp-key)
1313
- Please include the following information:
14-
- Product/Driver name and version/branch that contains the vulnerability
15-
- Type of vulnerability (code execution, denial of service, buffer overflow, etc.)
16-
- Instructions to reproduce the vulnerability
17-
- Proof-of-concept or exploit code
18-
- Potential impact of the vulnerability, including how an attacker could exploit the vulnerability
14+
- Product/Driver name and version/branch that contains the vulnerability
15+
- Type of vulnerability (code execution, denial of service, buffer overflow, etc.)
16+
- Instructions to reproduce the vulnerability
17+
- Proof-of-concept or exploit code
18+
- Potential impact of the vulnerability, including how an attacker could exploit the vulnerability
1919

2020
While NVIDIA currently does not have a bug bounty program, we do offer acknowledgement when an externally reported security issue is addressed under our coordinated vulnerability disclosure policy. Please visit our [Product Security Incident Response Team (PSIRT)](https://www.nvidia.com/en-us/security/psirt-policies/) policies page for more information.
2121

config/pip_shim_constraints.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ pytorch-lightning==2.6.0
297297
pytransform3d==3.14.3
298298
pytz==2025.2
299299
pyxdg==0.28
300-
PyYAML==6.0.1
300+
PyYAML==6.0.3
301301
pyzmq==24.0.1
302302
qt-dotgraph==2.7.5
303303
qt-gui==2.7.5
@@ -383,7 +383,7 @@ s3transfer==0.16.0
383383
safetensors==0.7.0
384384
scikit-image==0.25.2
385385
scikit-learn==1.8.0
386-
SciPy==1.11.4
386+
SciPy==1.16.2
387387
semver==2.10.2
388388
sensor-msgs==5.3.6
389389
sensor-msgs-py==5.3.6
@@ -405,7 +405,7 @@ stereo-msgs==5.3.6
405405
svg.path==7.0
406406
sympy==1.14.0
407407
tabulate==0.9.0
408-
tensordict==0.10.0
408+
tensordict==0.11.0
409409
tensorrt==10.13.3.9
410410
termcolor==1.1.0
411411
textual==6.8.0

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
isaac-ros-cli (2.3.0-1) noble; urgency=low
2+
3+
* Refresh pip shim constraints, including PyYAML, SciPy, and tensordict.
4+
* Add new rosdep mappings for Isaac ROS 4.4 packages.
5+
6+
-- Isaac ROS Maintainers <isaac-ros-maintainers@nvidia.com> Thu, 30 Apr 2026 12:00:00 +0000
7+
18
isaac-ros-cli (2.2.0-1) noble; urgency=low
29

310
* Support SIPL and Eagle CoE camera workflows.

debian/prerm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,28 @@ set -e
1212
case "$1" in
1313
remove)
1414
echo "Removing Isaac ROS virtual environment..."
15-
15+
1616
VENV_PATH="/var/lib/isaac-ros-cli/isaac-ros"
1717
if [ -d "$VENV_PATH" ]; then
1818
rm -rf "$VENV_PATH"
1919
echo "Isaac ROS virtual environment removed from $VENV_PATH"
2020
fi
21-
21+
2222
# Remove the parent directory if it's empty
2323
PARENT_DIR="/var/lib/isaac-ros-cli"
2424
if [ -d "$PARENT_DIR" ] && [ -z "$(ls -A "$PARENT_DIR")" ]; then
2525
rmdir "$PARENT_DIR"
2626
echo "Removed empty directory $PARENT_DIR"
2727
fi
2828
;;
29-
29+
3030
upgrade|deconfigure)
3131
# Don't remove venv on upgrade, only on actual removal
3232
;;
33-
33+
3434
failed-upgrade)
3535
;;
36-
36+
3737
*)
3838
echo "prerm called with unknown argument \`$1'" >&2
3939
exit 1

docker/Dockerfile.isaac_ros

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
4747
&& curl -fsSL https://isaac.download.nvidia.com/isaac-ros/repos.key | gpg --dearmor | tee -a $k > /dev/null \
4848
&& f="/etc/apt/sources.list.d/nvidia-isaac-ros.list" \
4949
&& touch $f \
50-
&& s="deb [signed-by=$k] https://isaac.download.nvidia.com/isaac-ros/release-4.3 $(lsb_release -cs)${ISAAC_DEBIAN_DISTRO_SUFFIX} ${ISAAC_DEBIAN_COMPONENTS}" \
50+
&& s="deb [signed-by=$k] https://isaac.download.nvidia.com/isaac-ros/release-4.4 $(lsb_release -cs)${ISAAC_DEBIAN_DISTRO_SUFFIX} ${ISAAC_DEBIAN_COMPONENTS}" \
5151
&& (grep -qxF "$s" $f || echo "$s" | tee -a $f) \
5252
&& apt-get update
5353

docker/packaging/isaac-ros-dgx-spark.pref

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
# Pin DGX Spark packages to the Isaac debian repository so they are always
1818
# sourced from Isaac builds rather than any other configured apt repository
1919
# (e.g. JetPack / L4T feeds).
20-
#
2120
Package: deepstream-tegra vpi-dev libnvvpi4
2221
Pin: origin isaac.download.nvidia.com
2322
Pin-Priority: 1001

0 commit comments

Comments
 (0)