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
Camera flip mode default false
  • Loading branch information
adujardin committed Aug 6, 2018
commit c84105d96c24f033d57788f3f6a131286323c19e
2 changes: 1 addition & 1 deletion launch/zed_camera.launch
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<arg name="publish_urdf" default="true" />

<!-- to flip or not to flip -->
<arg name="camera_flip" default="true" />
<arg name="camera_flip" default="false" />
<arg name="rgb_topic" default="rgb/image_rect_color" />
<arg name="rgb_info_topic" default="rgb/camera_info" />
<arg name="depth_topic" default="depth/depth_registered" />
Expand Down