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.
/camera/camera:
ros__parameters:
.aligned_depth_to_color.image_raw.png_level: 1
.color.image_raw.png_level: 1
.depth.image_rect_raw.png_level: 1
I checked if this is really changed.
comapred before applying yaml file with after applying it.
yg@YG-ROS:ws$ ros2 param get /camera/camera .aligned_depth_to_color.image_raw.png_level
Integer value is: 3
yg@YG-ROS:ws$ ros2 param get /camera/camera .aligned_depth_to_color.image_raw.png_level
Integer value is: 1
I tried to set
png_levelfor 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_levelcommand.I checked if this is really changed.
comapred before applying yaml file with after applying it.