koide3/direct_visual_lidar_calibration

Error while building docker image with Dockerfile_with_superglue and humble

Closed this issue · 1 comments

Before opening an issue
If the issue is about build errors:

If the issue is about calibration procedure and results:

If the issue is about the algorithm:

Describe the bug
Docker build is failing by complaining about absl package dependencies.

To Reproduce
Just run the below command, should be able reproduce.
docker buildx b -f docker/humble/Dockerfile_with_superglue -t direct_visual_lidar_calibration:humble --progress=plain .

Expected behavior
Should be able to build the docker image

Screenshots and sample data
Error as follows
image

Environment:

  • OS: [e.g. Ubuntu 22.04]
  • ROS version: [e.g., ROS2 humble]

Additional context
Add any other context about the problem here.

I took main branch but fix branch is fixed this issue. And one more thing is that while cloning this repo, need to use --recursive which is kind of missed while running using docker, however it is mentioned in case of without docker installation. I am closing this as fixed branch and recursive clone fixed all the issues that i was facing. Thanks!