Browse Source

Included image_topic argument in launch file. Users have the option to define an image topic they wish to rotate upright.

feature/upright_camera_view
hello-sanchez 3 years ago
parent
commit
8049b3ba92
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      stretch_gazebo/launch/gazebo.launch

+ 1
- 0
stretch_gazebo/launch/gazebo.launch View File

@ -7,6 +7,7 @@
<arg name="debug" default="false"/>
<arg name="rviz" default="false"/>
<arg name="model" default="$(find stretch_gazebo)/urdf/stretch_gazebo.urdf.xacro"/>
<arg name="image_topic" default="/realsense/color/image_raw"/>
<include file="$(find gazebo_ros)/launch/empty_world.launch">
<arg name="debug" value="$(arg debug)" />

Loading…
Cancel
Save