Skip to content

Commit

Permalink
Changed dimensions of lidar and camera resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed Jan 10, 2024
1 parent 86fba54 commit fcfad12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/ezbot_descr_simul/description/camera.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<horizontal_fov>1.089</horizontal_fov>
<image>
<format>R8G8B8</format>
<width>640</width>
<height>480</height>
<width>1280</width>
<height>1280</height>
</image>
<clip>
<near>0.05</near>
Expand Down
6 changes: 3 additions & 3 deletions src/ezbot_descr_simul/description/lidar.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link name="laser_frame">
<visual>
<geometry>
<cylinder radius="0.05" length="0.04"/>
<cylinder radius="0.02" length="0.04"/>
</geometry>
<material name="black"/>
</visual>
Expand All @@ -23,7 +23,7 @@
</visual>
<collision>
<geometry>
<cylinder radius="0.05" length="0.04"/>
<cylinder radius="0.02" length="0.04"/>
</geometry>
</collision>
<xacro:inertial_cylinder mass="0.1" length="0.04" radius="0.05">
Expand All @@ -38,7 +38,7 @@

<sensor name="laser" type="ray">
<pose> 0.055 0 0.03 0 0 0 </pose>
<visualize>false</visualize>
<visualize>true</visualize>
<update_rate>10</update_rate>
<ray>
<scan>
Expand Down

0 comments on commit fcfad12

Please sign in to comment.