-
Notifications
You must be signed in to change notification settings - Fork 120
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
How to change png_level
parameter by yaml
#151
Comments
Hi @hyunseok-yang , you'll want to use the parameter name exactly as you see as listed upon running:
assuming /camera/camera is your node. I tried setting the parameters using YAML, and it worked fine. I don't think the leading "." for your parameters should be there. |
Was it really changed in here also? It's humble version of node. It looks the value for that paramter is still '3'. |
Can you set it using
|
I guess something is different.
Here are all I got for parameters
|
It would really help if you shared what ROS distro you are using (foxy, galactic, humble, iron?) And yes, if you look at #140
From your output:
Clearly there is no parameter you are asking for in the list # try with some that exists on the list
ros2 param get /ns1/cam1 color.image_raw.png_level Judging from your output you have topic scoped parameters. Which suggests ROS2 foxy or humble |
I'm using |
I tried to set
png_level
for compressed topic like below.But failed to set the value even though I can get the value through
ros2 param get /camera/camera .aligned_depth_to_color.image_raw.png_level
command.I checked if this is really changed.
comapred before applying yaml file with after applying it.
The text was updated successfully, but these errors were encountered: