Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 508 Bytes

apiuse.rst

File metadata and controls

22 lines (12 loc) · 508 Bytes

Filter setting under ROS

Use of filtering functions

  1. Enable a filter function,for example DMCAM_FILTER_ID_AUTO_INTG:

    rosservice call /smarttof/change_filter "filter_id:
    'DMCAM_FILTER_ID_AUTO_INTG'
    filter_value: 0"
  2. Disable a filter function,如DMCAM_FILTER_ID_AUTO_INTG:

    rosservice call /smarttof/disable_filter "filter_id:
    'DMCAM_FILTER_ID_AUTO_INTG'"

For detailed introduction of ROS API, please go to ROS extension chapter.