Closed InitialDuan closed 3 years ago
Hi @InitialDuan, thanks for reporting this. It looks like apex_test_tools
is not being installed in the ADE image. We will update the image to fix the issue.
As a workaround you can clone the package manually in your workspace:
$ cd adehome
$ mkdir -p pendulum_ws/src
$ cd pendulum_ws/src
$ git clone git@github.com:ros2-realtime-demo/pendulum.git
$ git clone --branch foxy git@gitlab.com:ApexAI/apex_test_tools.git
@LanderU Could you add apex_test_tools
to the ADE image?
Thanks, it works after cloning the package manually.
Let's keep the issue open until we add apex_test_tools
to the ADE image.
I'm having some issues building the image with correct support. I'm going to add some changes to your base dockerfile to avoid them.
I've pushed a workaround, but, I need to review the best way to include dependencies on ade image. BTW, the image is not ready yet on dockerhub.
Hello, I'm trying to build foxy branch on ade, it gives the following output: