Skip to content

Commit

Permalink
iCubGenova11 - Add xml configuration for the RealSense D405 (#529)
Browse files Browse the repository at this point in the history
Co-authored-by: icub <icub@iit.it>
  • Loading branch information
xEnVrE and icub committed Jun 7, 2023
1 parent 2e4f4bf commit d2d8f4a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
14 changes: 14 additions & 0 deletions iCubGenova11/camera/realsense_d405.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE robot PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="realsense2dev" type="realsense2">
<group name="SETTINGS">
<param name="depthResolution"> (640 480) </param>
<param name="rgbResolution"> (640 480) </param>
<param name="framerate"> 30 </param>
<param name="alignmentFrame">None</param>
</group>
<group name="HW_DESCRIPTION">
<param name="clipPlanes"> (0.01 10.0)</param>
</group>
</device>
9 changes: 9 additions & 0 deletions iCubGenova11/realsense_d405.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE robot PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">

<robot name="iCubGenova11RealSense" build="2" portprefix="/icub" xmlns:xi="http://www.w3.org/2001/XInclude">
<devices>
<xi:include href="./camera/realsense_d405.xml" />
<xi:include href="./wrappers/camera/realsense-nws_yarp.xml" />
</devices>
</robot>

0 comments on commit d2d8f4a

Please sign in to comment.