Skip to content

Commit

Permalink
Fix sensors pose, the optic axis is along x
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicogene committed Dec 1, 2020
1 parent a4ea213 commit 97dad07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions simmechanics/data/icub3/ICUB_3_all_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ sensors:
sensorBlobs:
- |
<camera name="intel_realsense_depth_camera">
<horizontal_fov>1.02259</horizontal_fov>
<pose>0 0 0 -1.57079 -1.57079 3.14159</pose>
<horizontal_fov>1.57079</horizontal_fov>
<distortion>
<k1>0</k1>
<k2>0</k2>
Expand All @@ -351,7 +352,7 @@ sensors:
<format>R8G8B8</format>
</image>
<clip>
<near>0.02</near>
<near>0.175</near>
<far>3000</far>
</clip>
</camera>
Expand All @@ -369,7 +370,8 @@ sensors:
sensorBlobs:
- |
<camera name="intel_realsense_rgb_camera">
<horizontal_fov>1.02259</horizontal_fov>
<pose>0 0 0 -1.57079 -1.57079 3.14159</pose>
<horizontal_fov>1.2217</horizontal_fov>
<distortion>
<k1>0</k1>
<k2>0</k2>
Expand Down
8 changes: 5 additions & 3 deletions simmechanics/data/icub3/ICUB_3_all_options_gazebo.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ sensors:
sensorBlobs:
- |
<camera name="intel_realsense_depth_camera">
<horizontal_fov>1.02259</horizontal_fov>
<pose>0 0 0 -1.57079 -1.57079 3.14159</pose>
<horizontal_fov>1.57079</horizontal_fov>
<distortion>
<k1>0</k1>
<k2>0</k2>
Expand All @@ -346,7 +347,7 @@ sensors:
<format>R8G8B8</format>
</image>
<clip>
<near>0.02</near>
<near>0.175</near>
<far>3000</far>
</clip>
</camera>
Expand All @@ -364,7 +365,8 @@ sensors:
sensorBlobs:
- |
<camera name="intel_realsense_rgb_camera">
<horizontal_fov>1.02259</horizontal_fov>
<pose>0 0 0 -1.57079 -1.57079 3.14159</pose>
<horizontal_fov>1.2217</horizontal_fov>
<distortion>
<k1>0</k1>
<k2>0</k2>
Expand Down

0 comments on commit 97dad07

Please sign in to comment.