Skip to content
Merged
Show file tree
Hide file tree
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
New screenshoots for README
  • Loading branch information
Myzhar committed Aug 7, 2018
commit b9d60c52a4b6f48653a7559034adb33dae4d2b24
Binary file modified zed_nodelet_example/images/laserscan-depthcloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified zed_nodelet_example/images/laserscan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion zed_nodelet_example/launch/zed_nodelet_laserscan.launch
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<launch>
<arg name="svo_file" default=""/>

<!-- Coordinate frame -->
<arg name="camera_model" default="1" /> <!-- 0=ZED, 1=ZEDM-->
<arg name="camera_model" default="0" /> <!-- 0=ZED, 1=ZEDM-->
<arg name="serial_number" default="0" />
<arg name="verbose" default="true" />

Expand All @@ -40,6 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

<!-- ZED wrapper as nodelet -->
<include file="$(find zed_wrapper)/launch/zed_camera_nodelet.launch">
<arg name="svo_file" value="$(arg svo_file)"/>
<arg name="nodelet_manager_name" value="$(arg nodelet_manager_name)" />
<arg name="camera_model" value="$(arg camera_model)" />
<arg name="serial_number" value="$(arg serial_number)" />
Expand Down
Binary file modified zed_rtabmap_example/images/rtab-map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.