Replies: 2 comments
-
Hi @c1505, could you please show the error that you get? In any case, it may be related to not have setup your debian package sources. sudo apt install software-properties-common
sudo add-apt-repository universe
sudo apt update && sudo apt install curl
sudo curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/ros-archive-keyring.gpg] http://packages.ros.org/ros2/ubuntu $(. /etc/os-release && echo $UBUNTU_CODENAME) main" | sudo tee /etc/apt/sources.list.d/ros2.list > /dev/null
sudo apt update And then try again the install command. See here for more details: https://docs.ros.org/en/galactic/Installation/Ubuntu-Install-Debians.html#setup-sources |
Beta Was this translation helpful? Give feedback.
-
Hi @c1505, Did you run the
Jetson Nano runs JetPack 4.x which is based on Ubuntu 18.04. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The instructions here: https://iroboteducation.github.io/create3_docs/setup/jetson/ have you run this command
None of the packages can be found. Tried to additional package sources without luck.
This issue was created last week with the same problem, but it was then closed without a solution #288
Beta Was this translation helpful? Give feedback.
All reactions