User Tools

Site Tools


robots:computer:talos:software:program_structure

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
robots:computer:talos:software:program_structure [2015/01/12 15:14]
david
robots:computer:talos:software:program_structure [2021/08/14 04:21] (current)
Line 48: Line 48:
 typically these information can be provided by a .txt or .xml file, because of the easy way of programming and  typically these information can be provided by a .txt or .xml file, because of the easy way of programming and 
 uncomplicated change for different programmes.  uncomplicated change for different programmes. 
 +
 +Example mission file:
 +
 +<mission> <route>
 +      <point 
 +      utme="0"
 +      utmn="0"
 +      comment="Point1"
 +    />    
 + <point
 +      utme="7.3103272608"
 +      utmn="-8.2351758052"
 +      speed="0.500"
 +      comment="Point2"
 +    />
 +    <point
 +      utme="9.7020082594"
 +      utmn="-6.5281831669"
 +      wait="5"
 +      comment="Point3"
 +    />
 +    <point
 +      utme="2.4196230196"
 +      utmn="1.5525352387"
 +      comment="Point4"
 +    />
 +    <point
 +      utme="4.51991709"
 +      utmn="3.5841530077"
 +      wait_until_task_ready="true"
 +      comment="Point5"
 +    />
 +</route> </mission>
 +
 +
robots/computer/talos/software/program_structure.1421072054.txt.gz · Last modified: 2021/08/14 04:20 (external edit)