Skip to content

Commit

Permalink
PR #2316 from Samer: add colorizer.enable to rs_launch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Apr 12, 2022
2 parents d227d61 + c06023a commit 0fbaa98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions realsense2_camera/launch/rs_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
{'name': 'pointcloud.stream_index_filter','default': '0', 'description': 'texture stream index for pointcloud'},
{'name': 'enable_sync', 'default': 'false', 'description': "''"},
{'name': 'align_depth.enable', 'default': 'false', 'description': "''"},
{'name': 'colorizer.enable', 'default': 'false', 'description': "''"},
{'name': 'clip_distance', 'default': '-2.', 'description': "''"},
{'name': 'linear_accel_cov', 'default': '0.01', 'description': "''"},
{'name': 'initial_reset', 'default': 'false', 'description': "''"},
Expand Down

0 comments on commit 0fbaa98

Please sign in to comment.