Open Varghesemela opened 1 year ago
Can you reproduce this?
This minimal Dockerfile works:
FROM ros:iron
SHELL [ "/bin/bash", "-c" ]
RUN apt-get update -qq && apt-get install -qqy python3-colcon-core
RUN mkdir -p /ws/src
WORKDIR /ws
RUN git clone https://github.com/autowarefoundation/ros2_socketcan /ws/src/ros2_socketcan
RUN rosdep update && rosdep install --from-paths src --ignore-src -y
RUN source /opt/ros/iron/setup.bash && colcon build
When i build the package, i get the above response. I checked can_msgs and i dont see a problem there. I have just cloned the repo and built it, No changes to the code yet