5 lines
175 B
Bash
5 lines
175 B
Bash
|
#!/bin/bash
|
||
|
#roslaunch realsense2_camera rs_camera.launch color_height:=720 color_width:=1280
|
||
|
roslaunch realsense2_camera rs_camera.launch color_height:=480 color_width:=640
|
||
|
|