source: pacpusframework/branches/2.0-beta1/src/TestComponents/test/xml/Dbt_Cled_test.xml@ 89

Last change on this file since 89 was 89, checked in by morasjul, 11 years ago

PACPUS 2.0 Beta deployed in new branch

Major changes:
-Add communication interface between components
-Add examples for communications interface (TestComponents)
-Move to Qt5 support

  • Property svn:executable set to *
File size: 977 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<pacpus>
3 <components>
4
5 <dbiteUserInterface type="DbtPlyUserInterface"/>
6 <dbiteTrigger type="DbtPlyTrigger"/>
7 <dbiteEngine type="DbtPlyEngine" datadir="/media/Data/Data/2011_09_14_15_17_49/" replay_mode="1"/>
8 <lidar type="DbtPlyAlascaManager" dbt="alasca.dbt" ui="0" binFile="alasca_data.utc"/>
9 <IMAGE type="DbtPlyImageManager" dbt="ptgrey.dbt" ui="0"/>
10
11 <cled type="CledComponent"/>
12 <connection type="ConnectionComponent"/>
13
14 </components>
15
16 <can type="DbtPlyCanManager" dbt="wheelspeed.dbt|lat_dyn.dbt|odometry.dbt|steering_wheel.dbt" ui="0"/>
17
18 <gui type="CledComponent"/>
19 <camera type="Camera1394" node="0" format="0" mode="3" framerate="2" recording="false" recordFormat="ppm" reverseImage="false" display="false" zoom="64"/>
20
21
22
23 <parameters>
24 <plugins list="../lib/libLidar.so|../lib/libVideo.so|../lib/libCLED.so" />
25 </parameters>
26</pacpus>
Note: See TracBrowser for help on using the repository browser.