Skip to content

Commit

Permalink
camera: change fov, rename
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Feb 5, 2017
1 parent 7e9f090 commit 477e6e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/stompy_description/urdf/stompy.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,11 @@
<sensor type="camera" name="camera1">
<update_rate>30.0</update_rate>
<camera name="head">
<horizontal_fov>1.3962634</horizontal_fov>
<!--<horizontal_fov>1.3962634</horizontal_fov>-->
<horizontal_fov>2.5</horizontal_fov>
<image>
<width>800</width>
<height>800</height>
<height>200</height>
<format>R8G8B8</format>
</image>
<clip>
Expand All @@ -106,7 +107,7 @@
<plugin name="camera_controller" filename="libgazebo_ros_camera.so">
<alwaysOn>true</alwaysOn>
<updateRate>0.0</updateRate>
<cameraName>rrbot/camera1</cameraName>
<cameraName>stompy/camera1</cameraName>
<imageTopicName>image_raw</imageTopicName>
<cameraInfoTopicName>camera_info</cameraInfoTopicName>
<frameName>camera_link</frameName>
Expand Down

0 comments on commit 477e6e7

Please sign in to comment.