-
Notifications
You must be signed in to change notification settings - Fork 119
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
Hello,I'm having problems running docker's preprocessing #81
Comments
Maybe you need to specify input paths as absolute paths. |
When absolute paths are used, a new problem arises closing. closing. closing. closing.
closing. closing.
closing. closing. closing. closing. closing. closing. closing. closing. |
It seems ROS2 bag format issue is occurring. What is the format of your rosbag? |
When I was running docker preprocessing, I had a problem uploading a local packet.
Under this directory is the Calibration example package, which includes a.yaml file, a.db3 file, and a.bag file
docker run
--rm
--net host
--gpus all
-e DISPLAY=$DISPLAY
-v $HOME/.Xauthority:/root/.Xauthority
-v 1rosbag2:/tmp/input_bags
-v out:/tmp/preprocessed
koide3/direct_visual_lidar_calibration:humble ros2 run direct_visual_lidar_calibration preprocess -a -v /tmp/input_bags /tmp/preprocessed
tmp/input_bags /tmp/preprocessed
data_path: /tmp/input_bags
dst_path : /tmp/preprocessed
input_bags:
error: no input bags!!
The text was updated successfully, but these errors were encountered: