Skip to content

Commit

Permalink
fix camera info default value (#1241)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <ichen@openrobotics.org>
  • Loading branch information
iche033 authored Feb 28, 2023
1 parent 825f835 commit f23fac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdf/1.8/camera.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<description>An optional name for the camera.</description>
</attribute>

<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 camera Info topic -->

Expand Down
2 changes: 1 addition & 1 deletion sdf/1.9/camera.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<description>An optional name for the camera.</description>
</attribute>

<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 camera Info topic -->

Expand Down

0 comments on commit f23fac7

Please sign in to comment.