MuffinSpawn / FMS

My personal FMS task management and field-testing repository.
0 stars 0 forks source link

Helper App: LTCS Coordinates of Reference Targets #27

Closed MuffinSpawn closed 7 years ago

MuffinSpawn commented 7 years ago

In order to calculate the transformation between LT coordinate system (LTCS) and the local coordinate system (DSCS), approximate LTCS coordinates must be put in the appropriate section of the Property component INI file so that the Position component can search for the targets and measure them. This requires that someone shoot the targets of the reference network every time the LT device is moved.

To make this easier, we should make a simple LabVIEW VI that records the LTCS coordinates each time a target is locked-in. An INI file can then be generated, and the list can be edited either before (via table manipulation) or after (via direct file editing) creation. This file can then be used as needed to populate the Property component INI.

MuffinSpawn commented 7 years ago

I decided to just add this functionality to the existing LT client. Done.