Skip to content

Commit

Permalink
センサ周りのgz移行もれ
Browse files Browse the repository at this point in the history
  • Loading branch information
chama1176 committed Jul 10, 2024
1 parent 27f0d43 commit 4e6fb94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions urdf/sciurus17_gazebo.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</gazebo>

<gazebo>
<plugin filename="ignition-gazebo-sensors-system" name="ignition::gazebo::systems::Sensors">
<plugin filename="gz-sim-sensors-system" name="gz::sim::systems::Sensors">
<render_engine>ogre2</render_engine>
</plugin>
</gazebo>
Expand All @@ -64,7 +64,7 @@
<update_rate>10</update_rate>
<always_on>true</always_on>
<topic>${NAME_HEAD_CAMERA_PREFIX}</topic>
<ignition_frame_id>${NAME_HEAD_CAMERA_PREFIX}_color_frame</ignition_frame_id>
<gz_frame_id>${NAME_HEAD_CAMERA_PREFIX}_color_frame</gz_frame_id>
<camera name="realsense_d415">
<xacro:property name="head_camera_width" value="640"/>
<xacro:property name="head_camera_height" value="360"/>
Expand Down Expand Up @@ -115,7 +115,7 @@
<update_rate>10</update_rate>
<always_on>true</always_on>
<topic>${NAME_CHEST_CAMERA_PREFIX}/image_raw</topic>
<ignition_frame_id>${NAME_LINK_CHEST_CAMERA}</ignition_frame_id>
<gz_frame_id>${NAME_LINK_CHEST_CAMERA}</gz_frame_id>
<camera name="${NAME_CHEST_CAMERA_PREFIX}">
<xacro:property name="chest_camera_width" value="640"/>
<xacro:property name="chest_camera_height" value="360"/>
Expand Down

0 comments on commit 4e6fb94

Please sign in to comment.