openrave-yarp-plugins
|
First open a:
openrave --collison ode
or switching within the OpenRAVE GUI).yarpdev
executable to load YarpOpenraveRGBDSensor
directly. However, you can find more interesting examples loading YarpOpenraveRGBDSensor
via OpenraveYarpPluginLoader
at ../../OpenravePlugins/OpenraveYarpPluginLoader#yarpopenravergbdsensor.Open YarpOpenraveRGBDSensor
device with data/testwamcamera.env.xml
environment, view, apply to robot index 0
, rgbSensor index 0
and depthSensorIndex 1
(name
and view
are required):
Python equivalent: examples/python/openraveYarpPluginLoader-rgbdsensor-noRGB
Then open a viewer for RGB:
Connect the viewer for RGB (remove mjpeg
if not available; change /BarrettWAM
to /ecroSim
for alternative):
Open another viewer for depth:
Connect the viewer for depth (remove udp+recv.portmonitor+type.dll+file.depthimage_to_mono
if not available; change /BarrettWAM
to /ecroSim
for alternative):
Python equivalent: examples/python/openraveYarpPluginLoader-rgbdsensor-noRGB.py
Open a viewer for depth:
Connect the viewer for depth (remove udp+recv.portmonitor+type.dll+file.depthimage_to_mono
if not available; change /BarrettWAM
to /ecroSim
for alternative):