Skip to content

Commit

Permalink
Fix minor issues in iCubGazeboV3_visuomanip (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
mebbaid authored Dec 13, 2022
1 parent 6e3a79d commit 97b5662
Show file tree
Hide file tree
Showing 5 changed files with 159 additions and 161 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[include "gazebo_icub_robotname.ini"]

device RGBDSensorWrapper
device RGBDSensor_nws_yarp
period 30
name /${gazeboYarpPluginsRobotName}/cam/left

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[include "gazebo_icub_robotname.ini"]

device frameGrabber_nws_yarp
subdevice gazebo_camera
name /${gazeboYarpPluginsRobotName}/cam/left/rgbImage:o
freq 30
stamp 1
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[include "gazebo_icub_robotname.ini"]

device RGBDSensor_nws_yarp
period 30
name /${gazeboYarpPluginsRobotName}/cam/right

[CAMERA_PARAM]
focalLengthX 343.12110728152936
focalLengthY 343.12110728152936
tangentialPointX 0.0
tangentialPointY 0.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[include "gazebo_icub_robotname.ini"]

device grabberDual
device frameGrabber_nws_yarp
subdevice gazebo_camera
name /${gazeboYarpPluginsRobotName}/cam/right/rgbImage:o
freq 30
Expand Down
Loading

0 comments on commit 97b5662

Please sign in to comment.