Ekumen-OS / andino_o3de

Andino simulation using o3de
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Demo docker error build #8

Closed maxxlife closed 3 weeks ago

maxxlife commented 3 weeks ago

Environment

Description

When running Option A: Only For Demo!

./docker/build.sh demo

Receive an error

 => ERROR [demo 3/9] RUN /opt/O3DE/23.10.2/scripts/o3de.sh register --project-path /home/maxxlife/andino_o3de                                                                   0.3s
------
 > [demo 3/9] RUN /opt/O3DE/23.10.2/scripts/o3de.sh register --project-path /home/maxxlife/andino_o3de:
0.222 1.10.1
0.272 [ERROR] o3de.register: andino_o3de is not known to be compatible with the following objects/APIs and requires the --force parameter to register:
0.272   The following dependency requirements could not be satisfied:
0.272 The project requires ROS2
0.272 <Gem RosRobotSample==1.0.0> requires ROS2
0.272 <Gem RGL==1.1.0> requires ROS2>=3.2.0
------
Dockerfile:113
--------------------
 111 |     
 112 |     # Register the andino_o3de project
 113 | >>> RUN /opt/O3DE/$O3DE_VERSION/scripts/o3de.sh register --project-path $ANDINO_O3DE_PATH
 114 |     
 115 |     WORKDIR /home/${USERNAME}/
--------------------
ERROR: failed to solve: process "/bin/sh -c /opt/O3DE/$O3DE_VERSION/scripts/o3de.sh register --project-path $ANDINO_O3DE_PATH" did not complete successfully: exit code: 1
francocipollone commented 3 weeks ago

Check now @maxxlife . Indeed it was an issue with one of the dependencies.

Btw, we plan to bump to latest o3de version shortly. Now it has many new features added and in general more user-friendliness so I expect the instructions to run the andino sim to be more appealing as well.