Skip to content
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

camera_info_url is located where? #140

Open
vxgu86 opened this issue Oct 2, 2019 · 1 comment
Open

camera_info_url is located where? #140

vxgu86 opened this issue Oct 2, 2019 · 1 comment

Comments

@vxgu86
Copy link

vxgu86 commented Oct 2, 2019

https://github.com/NVIDIA-AI-IOT/redtail/wiki/Testing-in-Simulator said that:
trailnet_debug.launch file runs several nodes, including camera (uses settings for left ZED camera by default), DNN (uses TrailNet DNN by default), debug and other necessary nodes. Check the file for more details. Instead of camera, you can use image_pub node to play video or images, make sure to set parameters frame_id and camera_info_url accordingly.

but where is the camera_info_url located?
what is the meaning of it?
I changed it to
home/nvidia/ws/src/zed-ros-wrapper/zed_wrapper/params/zed.yaml
which is from the zed_ros_wrapper, but the launch said error:
[ INFO] [1570013434.619257418]: camera calibration URL: file:////home/nvidia/ws/src/zed-ros-wrapper/zed_wrapper/params/zed.yaml
[ERROR] [1570013434.619931300]: Exception parsing YAML camera calibration:
yaml-cpp: error at line 0, column 0: bad conversion
[ERROR] [1570013434.620008935]: Failed to parse camera calibration from file [//home/nvidia/ws/src/zed-ros-wrapper/zed_wrapper/params/zed.yaml]

@mtbsteve
Copy link

mtbsteve commented Oct 2, 2019

I just ran into the same issue when I try to launch gscam. gscam is expecting the camera calibration file as apparently mandatory input. The different zed launch scripts define a camera info file like:
<arg name="camera_info_url" default="file:///home/nvidia/zed_wvga.yaml" />
Such file does not exist in the repo nor I found a way how to create it. Any hints welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants