Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gazebo_camera triggers a false error #523

Open
Nicogene opened this issue Nov 25, 2020 · 0 comments
Open

gazebo_camera triggers a false error #523

Nicogene opened this issue Nov 25, 2020 · 0 comments

Comments

@Nicogene
Copy link
Member

When I try to open a gazebo_camera plugin with a .ini file like this one:

[include "gazebo_icub_robotname.ini"]

device grabberDual
subdevice gazebo_camera
name /${gazeboYarpPluginsRobotName}/depthCamera_rgb/camera:o
framerate 30
stamp 1

I get this output

[DEBUG] GazeboYarpCamera Plugin: sensor scoped name is  default::iCub::chest::realsense_chest_rgb
[WARNING] |yarp.device.grabberDual| Period parameter not found, using default of 0.03 s
[WARNING] |yarp.device.grabberDual| 'capabilities' parameter not found or misspelled, the option available are COLOR(default) and RAW, using default
[INFO] |yarp.os.Port| Port /icubSim/depthCamera_rgb/camera:o/rpc active at tcp://172.24.122.3:10049/
[INFO] |yarp.os.Port| Port /icubSim/depthCamera_rgb/camera:o active at tcp://172.24.122.3:10050/
[INFO] |yarp.dev.PolyDriver| Created device <gazebo_camera>. See C++ class GazeboYarpCameraDriver for documentation.
[WARNING] |yarp.device.grabberDual| Targets has not IVisualParamInterface, some features cannot be available
[INFO] |yarp.dev.PolyDriver| Created wrapper <grabberDual>. See C++ class ServerGrabber for documentation.
[INFO] Loaded GazeboYarpCamera Plugin correctly
[ERROR] Unable to get the iFrameGrabberImage interface from the device

and then the device opens and works fine.

The row that triggers that error is:

yError() << "Unable to get the iFrameGrabberImage interface from the device";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant