-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
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: 1I 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: 1Metadata
Metadata
Assignees
Labels
No labels