We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b75c8 commit dfbb77bCopy full SHA for dfbb77b
1 file changed
src/bitbots_misc/bitbots_bringup/launch/vision.launch
@@ -14,7 +14,9 @@
14
<!-- Start the camera only when necessary -->
15
<group if="$(var camera)">
16
<group unless="$(var sim)">
17
- <include file="$(find-pkg-share bitbots_basler_camera)/launch/basler_camera.launch" />
+ <include file="$(find-pkg-share zed_wrapper)/launch/zed_camera.launch.py">
18
+ <arg name="camera_model" value="zedm" />
19
+ </include>
20
</group>
21
22
</launch>
0 commit comments