Skip to content

Commit

Permalink
updates for JetPack 5.0.1 / L4T R35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Aug 16, 2022
1 parent 348630c commit 51c3b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/docker_build_ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ source scripts/docker_base.sh
source scripts/opencv_version.sh

# define default options
if [[ $L4T_RELEASE -eq 34 ]]; then # JetPack 5.x / Ubuntu 20.04
if [[ $L4T_RELEASE -eq 34 || $L4T_RELEASE -eq 35 ]]; then # JetPack 5.x / Ubuntu 20.04
SUPPORTED_ROS_DISTROS=("noetic" "foxy" "galactic" "humble")
else
SUPPORTED_ROS_DISTROS=("melodic" "noetic" "eloquent" "foxy" "galactic" "humble")
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fi
#
# ROS containers
#
if [[ $L4T_RELEASE -eq 34 ]]; then # JetPack 5.x / Ubuntu 20.04
if [[ $L4T_RELEASE -eq 34 || $L4T_RELEASE -eq 35 ]]; then # JetPack 5.x / Ubuntu 20.04
SUPPORTED_ROS_DISTROS=("noetic" "foxy" "galactic" "humble")
else
SUPPORTED_ROS_DISTROS=("melodic" "noetic" "eloquent" "foxy" "galactic" "humble")
Expand Down

0 comments on commit 51c3b15

Please sign in to comment.