Skip to content
Merged
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, add Modules section
  • Loading branch information
adujardin authored Aug 7, 2018
commit be815b27269907460e1ce1e46e122664f635beea
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ Open a terminal and build the package:

### Run the program

To launch the wrapper along with an Rviz preview, open a terminal and launch:
To launch the wrapper [along with an Rviz preview](./zed_display_rviz), open a terminal and launch:

$ roslaunch zed_display display.launch # by default open a ZED
$ roslaunch zed_display_rviz display.launch # by default open a ZED

or

$ roslaunch zed_display display_zedm.launch # open a ZED Mini
$ roslaunch zed_display_rviz display_zedm.launch # open a ZED Mini


To launch the wrapper without Rviz, use:
Expand All @@ -57,4 +57,12 @@ To launch the wrapper without Rviz, use:

$ roslaunch zed_wrapper zed.launch serial_number:=1010 #replace 1010 with the actual SN

### Modules

Alongside the wrapper itself and the Rviz display, a few other modules are provided to interface the ZED with other ROS packages :

- [RTAB-Map](http://introlab.github.io/rtabmap/) : See [zed_rtabmap_example](./zed_rtabmap_example)
- ROS Nodelet, `depthimage_to_laserscan` : See [zed_nodelet_example](./zed_nodelet_example)


[More](https://www.stereolabs.com/documentation/guides/using-zed-with-ros/introduction.html)