Skip to content

Commit

Permalink
Fix camera_info_topic default value (#1247)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Mar 6, 2023
1 parent 0c46f82 commit 34eb5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdf/1.10/camera.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<description>If the camera will be triggered by a topic</description>
</element> <!-- End Triggered -->

<element name="camera_info_topic" type="string" default="camera_info" required="0">
<element name="camera_info_topic" type="string" default="__default__" required="0">
<description>Name of the camera info</description>
</element> <!-- End Trigger_Topic -->

Expand Down

0 comments on commit 34eb5c0

Please sign in to comment.