Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu 22.04 compatible version? #5

Open
RenanMoreiraPinto opened this issue Jul 6, 2024 · 0 comments
Open

ubuntu 22.04 compatible version? #5

RenanMoreiraPinto opened this issue Jul 6, 2024 · 0 comments

Comments

@RenanMoreiraPinto
Copy link

RenanMoreiraPinto commented Jul 6, 2024

i try run the new releases on 3.0.0 and i getting a error # Install pip and dependencies
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
&& /usr/bin/python3 -m pip install --upgrade pip
&& /opt/nvidia/gxf/install_dependencies.sh
&& rm -rf /var/lib/apt/lists/*
&& apt-get clean
i check the install_dependencies.sh:

UBUNTU_VERSION=$(lsb_release -rs)
if [[ $UBUNTU_VERSION != "20.04" ]]; then
echo -e "Incompatible OS "$UBUNTU_VERSION" Please use Ubuntu 20.04"
exit 1
fi
and also change the clang-format-10 to clang-format ..

and add sudo here*

scripts/update_isaac_ros_nitros_ws_tarball.sh

RUN (sudo) apt-get update
RUN apt-get install -y --no-install-recommends
patchelf
&& rm -rf /var/lib/apt/lists/*
&& apt-get clean
but got a error saying
7.843 W: GPG error: https://isaac.download.nvidia.com/isaac-ros/release-3 jammy InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B90771758ABCAF5F

even if i comment there are several dependencies can you guys help me fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant