Skip to content

Commit

Permalink
vision: fix debug flag activating the debug image (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaagut authored Jul 20, 2024
2 parents 8976b31 + 4702704 commit fe2c554
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bitbots_vision/launch/vision.launch
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
<param from="$(find-pkg-share bitbots_vision)/config/visionparams.yaml" />

<!-- Set debug params-->
<param name="vision_publish_debug_image" value="$(var debug)" />
<param name="vision_publish_field_mask_image" value="$(var debug)" />
<param name="component_debug_image_active" value="$(var debug)" />
</node>
</group>
<!-- Start the YOEO vision in sim configuration-->
Expand All @@ -24,8 +23,7 @@
<param from="$(find-pkg-share bitbots_vision)/config/visionparams_sim.yaml"/>

<!-- Set debug params-->
<param name="vision_publish_debug_image" value="$(var debug)" />
<param name="vision_publish_field_mask_image" value="$(var debug)" />
<param name="component_debug_image_active" value="$(var debug)" />

<!-- Use sim time-->
<param name="use_sim_time" value="true"/>
Expand Down

0 comments on commit fe2c554

Please sign in to comment.