We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In robot_state_publisher branch:
robot_state_publisher
#133 [130/156] RUN echo https://github.com/ros/rosconsole #133 ERROR: failed to prepare 3pgl9m5b2q6opsi294sjloh4x as ujm0s5k8zs4goxjhh7mrquz81: max depth exceeded ------ > [130/156] RUN echo https://github.com/ros/rosconsole: ------ Dockerfile:199 -------------------- 197 | ARG ROSCONSOLE=https://github.com/ros-o/rosconsole 198 | # ENV ROSCONSOLE=$ROSCONSOLE 199 | >>> RUN echo $ROSCONSOLE 200 | RUN git clone $ROSCONSOLE 201 | -------------------- ERROR: failed to solve: failed to prepare 3pgl9m5b2q6opsi294sjloh4x as ujm0s5k8zs4goxjhh7mrquz81: max depth exceeded
Possibly same error as #22 but reports out differently in the docker build
Try this locally:
docker build --build-arg IMAGE=ubuntu:20.04 --build-arg ROSCONSOLE=https://github.com/ros/rosconsole --build-arg PYTHON_MINOR_VERSION=8 . -t ros2004
The text was updated successfully, but these errors were encountered:
This is fixed in https://github.com/lucasw/ros_from_src/tree/robot_state_publisher now, maybe just needed libfmt-dev
Sorry, something went wrong.
No branches or pull requests
In
robot_state_publisher
branch:Possibly same error as #22 but reports out differently in the docker build
Try this locally:
The text was updated successfully, but these errors were encountered: