29 lines
2.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ParkingSpaceGuideConfig>
<MvsCamera enabled="true" serialNumber="" deviceIndex="0"/>
<RsLidar lidarType="RSEM4" hostAddress="0.0.0.0" msopPort="6699" difopPort="7788" imuPort="0" minDistance="0" maxDistance="0" densePoints="false" useLidarClock="false" tsFirstPoint="false" waitForDifop="false" startAngle="0" endAngle="360" splitAngle="0" frameId="rslidar" socketRecvBufBytes="33554432"/>
<LedDisplay ip="192.168.1.100" port="5005" slaveId="65534" startAddress="0" timeoutMs="1000" enabled="false" controllerType="254" areaX="0" areaY="0" areaWidth="64" areaHeight="32" dynamicTimeoutSec="10" displayMode="1" speed="2" stayTime="10"/>
<UdpBroadcast enabled="false" address="239.255.0.1" port="8800" targetId="T001" parkId="P01"/>
<HttpServer enabled="true" address="0.0.0.0" port="8801" maxQueued="16" maxThreads="4"/>
<AlgorithmParams>
<PlaneParkingParam parkingPointX="0" parkingPointY="0" parkingPointZ="0"
guideLinePointX="0" guideLinePointY="20000" guideLinePointZ="0"
guidingRange="50000" parkingRange="10000" distFromNoseToWheel="4000"/>
<PlaneGroundCalibrationParam planeHeight="-1">
<PlaneCalib m00="1" m01="0" m02="0" m10="0" m11="1" m12="0" m20="0" m21="0" m22="1"/>
<InvRMatrix m00="1" m01="0" m02="0" m10="0" m11="1" m12="0" m20="0" m21="0" m22="1"/>
</PlaneGroundCalibrationParam>
<PlaneTreeGrowParam yDeviationMax="300" zDeviationMax="300" maxLineSkipNum="10"
maxSkipDistance="300" minLTypeTreeLen="500" minVTypeTreeLen="500"/>
<GuideDecisionParam lateralTolerance="100" angleTolerance="5"/>
<ParkingProcessParam approachStartDistance="15000" slowDistance="5000" stopDistanceTolerance="300"
stoppedShortMinDistance="300" maxApproachSpeed="3000"
stoppedSpeedThreshold="100" speedFilterAlpha="0.3"
stopStableFrames="5" stoppedShortStableFrames="5"
lostFrameThreshold="5" completedHoldFrames="3"/>
<ModelRecognitionParam modelVerifyDistance="12000" confidenceThreshold="0.6"
maxRecognitionAttempts="2"/>
</AlgorithmParams>
<DebugParam enableDebug="false" savePointCloud="false" saveDebugImage="false" printDetailLog="true" debugOutputPath=""/>
</ParkingSpaceGuideConfig>