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

dependencies for ubuntu kr260 #64

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions sphinx/source/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,13 @@ Cross-compilation of ROS 2 workspaces allows to build both CPU binaries as well

###################################################
# 1. install some dependencies you might be missing
#
# NOTE: gcc-multilib conflicts with Yocto/PetaLinux 2022.1 dependencies
# so you can't have both paths simultaneously enabled in a single
# development machine
###################################################
sudo apt-get -y install curl build-essential libssl-dev git wget \
ocl-icd-* opencl-headers python3-vcstool \
python3-colcon-common-extensions python3-colcon-mixin \
kpartx u-boot-tools pv gcc-multilib gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
kpartx u-boot-tools pv gcc-aarch64-linux-gnu g++-aarch64-linux-gnu \
ros-humble-camera-info-manager ros-humble-camera-info-manager-dbgsym \
qemu-user-static
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi sorry for late reviewing here. I was on vacation last week and completely missed this change. I have reviewed it, but I am not sure whether qemu dependency is required or not. Let me check it tomorrow.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My testing here didn't require 'ros-humble-camera-info-manager' nor 'ros-humble-camera-info-manager-dbgsym' since there were brought in with the 'ros-humble-desktop-full' installation.
Although I think the installation instruction should have a few more words about 'ros-humble-desktop-full' being required, and not just 'ros-humble-deskop'

I do still have build issues due to ament-cmak not found in the final cross-compile stage however, so unsure about the qemu-user-static requirement.


###################################################
# 2. create a new ROS 2 workspace with examples and
Expand Down