Skip to content

Commit

Permalink
[ergoCubSN00*] Fix attach and detach level in rgbdSensor_nws_yarp (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinaxgloria authored Mar 26, 2024
1 parent 1e04b6b commit 3ca4cb2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions ergoCubSN000/sensors/realsense.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@
<device xmlns:xi="http://www.w3.org/2001/XInclude" name="RGBDWrapperyarp" type="rgbdSensor_nws_yarp">
<param name="period"> 0.03 </param>
<param name="name"> /depthCamera </param>
<action phase="startup" level="5" type="attach">
<action phase="startup" level="10" type="attach">
<paramlist name="networks">
<elem name="subdevicergbd"> realsenseD450 </elem>
</paramlist>
</action>
<action phase="shutdown" level="5" type="detach" />
<action phase="shutdown" level="15" type="detach" />
</device>

</devices>

5 changes: 2 additions & 3 deletions ergoCubSN001/sensors/realsense.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@
<device xmlns:xi="http://www.w3.org/2001/XInclude" name="RGBDWrapperyarp" type="rgbdSensor_nws_yarp">
<param name="period"> 0.03 </param>
<param name="name"> /depthCamera </param>
<action phase="startup" level="5" type="attach">
<action phase="startup" level="10" type="attach">
<paramlist name="networks">
<elem name="subdevicergbd"> realsenseD450 </elem>
</paramlist>
</action>
<action phase="shutdown" level="5" type="detach" />
<action phase="shutdown" level="15" type="detach" />
</device>

</devices>

5 changes: 2 additions & 3 deletions ergoCubSN002/sensors/realsense.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@
<device xmlns:xi="http://www.w3.org/2001/XInclude" name="RGBDWrapperyarp" type="rgbdSensor_nws_yarp">
<param name="period"> 0.03 </param>
<param name="name"> /depthCamera </param>
<action phase="startup" level="5" type="attach">
<action phase="startup" level="10" type="attach">
<paramlist name="networks">
<elem name="subdevicergbd"> realsenseD450 </elem>
</paramlist>
</action>
<action phase="shutdown" level="5" type="detach" />
<action phase="shutdown" level="15" type="detach" />
</device>

</devices>

0 comments on commit 3ca4cb2

Please sign in to comment.