Skip to content

Commit

Permalink
Try to update cameras
Browse files Browse the repository at this point in the history
  • Loading branch information
umroverPerception committed Jun 1, 2024
1 parent d4d3a11 commit d9d3c3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion launch/jetson_autonomy.launch
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<node pkg="mrover" type="gst_websocket_streamer" name="static_streamer"
output="screen">
<param name="dev_path" value="/devices/platform/3610000.xhci/usb1/1-2/1-2.4/1-2.4.4"/>
<param name="port" value="8083"/>
<param name="port" value="8082"/>
</node>

<!-- Zed mini -->
Expand Down
2 changes: 1 addition & 1 deletion launch/jetson_erd.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<node pkg="mrover" type="gst_websocket_streamer" name="static_streamer"
output="screen">
<param name="dev_path" value="/devices/platform/3610000.xhci/usb1/1-2/1-2.4/1-2.4.4"/>
<param name="port" value="8083"/>
<param name="port" value="8082"/>
</node>


Expand Down
2 changes: 1 addition & 1 deletion launch/jetson_es.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<node pkg="mrover" type="gst_websocket_streamer" name="static_streamer"
output="screen">
<param name="dev_path" value="/devices/platform/3610000.xhci/usb1/1-2/1-2.4/1-2.4.4"/>
<param name="port" value="8083"/>
<param name="port" value="8082"/>
</node>

<include file="$(find mrover)/launch/zed.launch">
Expand Down

0 comments on commit d9d3c3e

Please sign in to comment.