Building Orbit inside Docker Container #4872
Unanswered
RomanStadlhuber
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to profile an Application that uses ROS inside a docker container. Specifically, I am using the
osrf/ros:noetic-desktop-full
image provided by OSRF.However, when running
./bootstrap-orbit.sh
, I repeatedly run into the same error:It may fail at
but interestingly, this location may differ.
I have found this issue, which suggests that merely deleting CMake Cache files solves the problem, which was not true for me.
Also, this answer in a different issue kind of suggests that building Orbit inside a docker container is not supported, but that is just a guess from my side.
I have Qt installed successfully and can run
so this should not be an issue.
May I kindly ask that someone educate me if building on docker is even possible in the first place?
If so, what could be going wrong?
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions