-
Notifications
You must be signed in to change notification settings - Fork 95
/
v4l2_36h11.launch.yml
47 lines (44 loc) · 1.06 KB
/
v4l2_36h11.launch.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
launch:
- arg:
name: device
default: "0"
- node_container:
pkg: rclcpp_components
exec: component_container
name: apriltag_container
namespace: ""
composable_node:
- pkg: v4l2_camera
plugin: v4l2_camera::V4L2Camera
name: camera
namespace: v4l2
param:
- name: video_device
value: /dev/video$(var device)
extra_arg:
- name: use_intra_process_comms
value: "True"
- pkg: image_proc
plugin: image_proc::RectifyNode
name: rectify
namespace: v4l2
remap:
- from: image
to: image_raw
extra_arg:
- name: use_intra_process_comms
value: "True"
- pkg: apriltag_ros
plugin: AprilTagNode
name: apriltag
namespace: apriltag
remap:
- from: /apriltag/image_rect
to: /v4l2/image_rect
- from: /apriltag/camera_info
to: /v4l2/camera_info
param:
- from: $(find-pkg-share apriltag_ros)/cfg/tags_36h11.yaml
extra_arg:
- name: use_intra_process_comms
value: "True"