Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doronhi authored Sep 27, 2018
1 parent 2651a6e commit 6f2c7c8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,18 @@ roslaunch realsense2_camera rs_camera.launch camera:=cam_2 serial_no:=<serial nu
...

```
### Enabling post processing filters.
realsense2_camera includes some built in post processing filters:
colorizer - creates an RGB image instead of depth image. Used to visualize the depth image.
spatial - filter the depth image spatially.
temporal - filter the depth image temporally.
pointcloud - it is now possible to enable point cloud with the same command as any other post processing filter.

to activate the filters, use the argument "filters" and deperate them with a comma:
```bash
roslaunch realsense2_camera rs_camera.launch filters:=temporal,spatial,pointcloud
```


## Packages using RealSense ROS Camera
| Title | Links |
Expand Down

0 comments on commit 6f2c7c8

Please sign in to comment.