File tree Expand file tree Collapse file tree 2 files changed +58
-3
lines changed
Expand file tree Collapse file tree 2 files changed +58
-3
lines changed Original file line number Diff line number Diff line change 11<launch >
22 <arg name =" node_start_delay" default =" 2.0" />
3- <include file =" $(find nextage_tutorials)/launch/l515_head.launch" >
3+ <!-- <include file="$(find nextage_tutorials)/launch/l515_head.launch" >
44 </include>
5-
6- <include file =" $(find nextage_tutorials)/launch/d405_lhand .launch" >
5+ -->
6+ <include file =" $(find nextage_tutorials)/launch/lhand_camera .launch" >
77 </include >
88
99 <include file =" $(find nextage_tutorials)/launch/dual_touch.launch" >
Original file line number Diff line number Diff line change 1+ <launch >
2+ <arg name =" image_view" default =" false" />
3+
4+ <node name =" usb_cam" pkg =" usb_cam" type =" usb_cam_node" output =" screen" >
5+ <rosparam >
6+ start_service_name: "start_capture"
7+ stop_service_name: "stop_capture"
8+
9+ video_device: /dev/lhand_camera
10+ io_method: mmap
11+ pixel_format: mjpeg
12+ color_format: yuv422p
13+ create_suspended: false
14+ full_ffmpeg_log: false
15+
16+ camera_name: lhand_camera
17+ camera_frame_id: d405_lhand
18+ camera_transport_suffix: image_raw
19+ camera_info_url: ""
20+
21+ image_width: 640
22+ image_height: 480
23+ framerate: 30
24+
25+ intrinsic_controls:
26+ focus_auto: true
27+ exposure_auto_priority: true
28+ exposure_auto: 3
29+ white_balance_temperature_auto: true
30+ power_line_frequency: 1
31+ ignore:
32+ - brightness
33+ - contrast
34+ - saturation
35+ - gain
36+ - sharpness
37+ - backlight_compensation
38+ - white_balance_temperature
39+ - exposure_absolute
40+ - pan_absolute
41+ - tilt_absolute
42+ - focus_absolute
43+ - zoom_absolute
44+ </rosparam >
45+ </node >
46+
47+ <node if =" $(arg image_view)"
48+ name =" image_view"
49+ pkg =" image_view"
50+ type =" image_view"
51+ output =" screen" >
52+ <remap from =" image" to =" /usb_cam/image_raw" />
53+ <param name =" autosize" value =" true" />
54+ </node >
55+ </launch >
You can’t perform that action at this time.
0 commit comments