source: pacpusframework/branches/2.0-beta1/src/TestComponents/test/xml/CLD_DEMO_Alasca_LOT1.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: 1.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<pacpus>
3 <components>
4 <computingComponent type="ComputingComponent"/>
5 <lidarInterface type="LidarInterface" output_dbt2txt="false"/>
6 <camInterface type="CameraInterface" width="640" height="480" format="color" />
7 <Lot1Component type="Lot1Component" verbose="1" output_file="false" logFilePath="/usr/lib/aroccam/applications/output/"/>
8 <CLDInterface type="CLDInterface"
9 xmin="-10" xmax="10" ymin="-10" ymax="10"
10 dx="0.1" dy="0.1" rmin="0" rmax="20"
11 thmin="-180" thmax="180" dr="0.1" dth="1.0"
12 GlobalePose="true"
13 xlidar="0.0" ylidar="2.0"
14 LidarCentred= "true"
15 lidarOutlayerMinRange="1.5" lidarSigma="0.25" DecayFactor="0.95"
16 />
17 <mapInterface type="MapInterface"
18 roadFormat="txt" roadCoordinates="lambert93" roadFilePath="extra/ClosedLoopMap.txt"
19 buildingsFormat="gml" buildingsCoordinates="lambert93" buildingsFilePath="extra/Mairie_XII_short.gml"
20 geoidFilePath="extra/raf98.txt" ui="true"
21 latRef="48.844441730555560" longRef="2.425018041666667" altRef="126.244"/>
22 </components>
23
24 <applanixInterface type="ApplanixInterface" verbose="1" />
25
26 <parameters>
27 <plugins list="libCLD.so|libLot1Component.so|libSensorComponent.so|libMapComponent.so" />
28 </parameters>
29</pacpus>
30
Note: See TracBrowser for help on using the repository browser.