Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mobile_robotics
ADC
ADC_2021
iri_adc_launch
Commits
5bb7b80a
Commit
5bb7b80a
authored
Mar 08, 2021
by
Sergi Hernandez
Browse files
adc_ar_detector: subscribe to image_rect
parent
d04b9c06
Changes
1
Hide whitespace changes
Inline
Side-by-side
launch/adc_ar_detector.launch
View file @
5bb7b80a
...
...
@@ -7,11 +7,11 @@
type=
"individualMarkersNoKinect"
respawn=
"false"
output=
"screen"
>
<param
name=
"marker_size"
type=
"double"
value=
"
5
.0"
/>
<param
name=
"marker_size"
type=
"double"
value=
"
6
.0"
/>
<param
name=
"max_new_marker_error"
type=
"double"
value=
"0.08"
/>
<param
name=
"max_track_error"
type=
"double"
value=
"0.2"
/>
<param
name=
"output_frame"
type=
"string"
value=
"$(arg car_name)/front_camera_uvc_camera_optical"
/>
<remap
from=
"/camera_image"
to=
"$(arg car_name)/sensors/basler_camera/image_r
aw
"
/>
<remap
from=
"/camera_image"
to=
"$(arg car_name)/sensors/basler_camera/image_r
ect
"
/>
<remap
from=
"/camera_info"
to=
"$(arg car_name)/sensors/basler_camera/camera_info"
/>
</node>
</launch>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment