Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
Add nodelet launch file and short instructions
  • Loading branch information
Russ76 authored Apr 5, 2018
commit f18456d17f3ce22bf14a3659db413b3d564e9709
6 changes: 6 additions & 0 deletions launch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ A sample **zed\_multi\_gpu.launch** file is available to show how to work with d
```
roslaunch zed_wrapper zed_multi_gpu.launch
```
### Start the nodelet
First compile the sample nodelet manager from github/cryborg21/sample_nodelet
The Zed nodelet allows publishing PointCloud2 data (and other image streams) from the Zed camera to your ROS nodes faster than the larger Zed node.
```
roslaunch zed_wrapper zed_nodelet.launch
```