Skip to content

How to change png_level parameter by yaml  #151

@hyunseok-yang

Description

@hyunseok-yang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions