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

Proper syntax for camera_info_url paramaeter #107

Open
pitosalas opened this issue Oct 26, 2020 · 2 comments
Open

Proper syntax for camera_info_url paramaeter #107

pitosalas opened this issue Oct 26, 2020 · 2 comments

Comments

@pitosalas
Copy link

I am using this in my .launch file

<param name="camera_info_url" value="package://gpg_bran/camera_info/camerav2_1280x960.yaml"/>

And yet I am getting this error message:

[ INFO] [1603729230.468427408]: Unable to open camera calibration file [/home/pi/.ros/camera_info/camerav2_1280x960.yaml]
[ WARN] [1603729230.468570167]: Camera calibration file /home/pi/.ros/camera_info/camerav2_1280x960.yaml not found.

Can you clarify how the value= for this param is interpreted? Thanks!

@MoffKalast
Copy link
Contributor

MoffKalast commented Oct 26, 2020

Yeah I think I've had a similar issue in the past, something isn't set up right in the pi images for the package:// syntax resolution. The file:/// syntax does work but you have to specify the entire path.

@pitosalas
Copy link
Author

pitosalas commented Oct 26, 2020 via email

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