-
Notifications
You must be signed in to change notification settings - Fork 21
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
make error #90
Comments
Hi Jiateng - thank you for finding this issue! I confirm I get the same error message when trying to build the In any case I opened #91 to fix the version of
I will still test it with the other containers to make sure everything is working as expected before I merge #91. |
Closing this issue as #91 has been merged |
What's the issue
fatal error: px4_msgs/msg/detail/vehicle_command__struct.h: No such file or directory
Describe it in detail
sudo make -C docker demo
fails
Logs, screenshots, and other supporting information
make: Entering directory '/home/dky/Documents/gisnav/docker'
[+] Building 19.9s (14/17) docker:default
=> [micro-ros-agent internal] load build definition from Dockerfile 0.2s
=> => transferring dockerfile: 483B 0.0s
=> [micro-ros-agent internal] load .dockerignore 0.3s
=> => transferring context: 2B 0.0s
=> [mavros internal] load build definition from Dockerfile 0.6s
=> => transferring dockerfile: 1.37kB 0.0s
=> [mavros internal] load .dockerignore 0.8s
=> => transferring context: 2B 0.0s
=> [micro-ros-agent internal] load metadata for docker.io/microros/micro-ros-agent:foxy 1.2s
=> [mavros internal] load metadata for docker.io/library/ros:humble 1.0s
=> CACHED [micro-ros-agent 1/2] FROM docker.io/microros/micro-ros-agent:foxy@sha256:21ff98ba8 0.0s
=> ERROR [micro-ros-agent 2/2] RUN cd /uros_ws && mkdir src && cd src && git clo 11.3s
=> [mavros internal] load build context 0.1s
=> => transferring context: 98B 0.0s
=> [mavros 1/8] FROM docker.io/library/ros:humble@sha256:b10a245d08934951639451b72eb384061ca6 0.0s
=> CACHED [mavros 2/8] COPY * / 0.0s
=> CACHED [mavros 3/8] RUN chmod 755 entrypoint.sh edit_mavros.sh 0.0s
=> CACHED [mavros 4/8] RUN apt update --fix-missing && apt -y dist-upgrade && apt -y 0.0s
=> CACHED [mavros 5/8] WORKDIR /opt/colcon_ws 0.0s
=> [mavros 6/8] RUN mkdir src && cd src && git clone --branch gimbal-protocol-v2-plu 17.8s
=> => # Cloning into 'mavros'...
failed to solve: process "/bin/sh -c cd /uros_ws && mkdir src && cd src && git clone https://github.com/px4/px4_msgs.git && sed -i 's/\*\.msg/SensorGps.msg/g' px4_msgs/CMakeLists.txt && cd .. && . /opt/ros/foxy/setup.sh && colcon build --packages-select px4_msgs" did not complete successfully: exit code: 2
make: *** [Makefile:154: create-offboard-sitl-middleware-px4] Error 17
make: Leaving directory '/home/dky/Documents/gisnav/docker'
The text was updated successfully, but these errors were encountered: