Open zhangyuran-gg opened 3 days ago
You will have to use the image with GUI as below as mentioned in docker.md file docker run \ --rm \ --net host \ --gpus all \ -e DISPLAY=$DISPLAY \ -v $HOME/.Xauthority:/root/.Xauthority \ -v /path/to/input/bags:/tmp/input_bags \ -v /path/to/save/result:/tmp/preprocessed \ koide3/direct_visual_lidar_calibration:humble \ ros2 run direct_visual_lidar_calibration preprocess -a -v /tmp/input_bags /tmp/preprocessed
我使用的是window11和docker_desktop,使用镜像humble/noetic时出现了这些问题. bug1:
bug2:
能帮我看一下吗