Difference between revisions of "Implement calibration"

From ElphelWiki
Jump to: navigation, search
 
(Working on this task)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
The compas currently has no calibration software, or any software at all. The specs [http://www.ocean-server.com/download/OS5000_Compass_Manual.pdf] can be used to implement such thing. From my personal view it would be good to create a daemon that does positioning, in a global and a local way. Calibration of the compass can done be by having GPS accuracy and motion, while other parameters should be done by the user itself.
+
== Problem ==
 +
In order to reliably use the compass it needs to calibrated by the user. This process can be initiated by accessing the compass module, and providing it the required commands. Sadly only one daemon can access the information of a serial port and it is thus required to make it available to multiple applications concurrently.
 +
 
 +
== Calibration Procedure ==
 +
The callibration can only happen if the module is leveled, hence the pitch and roll are less than one degree off, and the camera is slowely spinned around while doing this. Other forms of calibration, for example by providing magnetic field strength should be open for the user.
 +
 
 +
This would require an application that must be:
 +
* Allowed to write to the module
 +
* Able to initiate the command sequence
 +
* Able to detect pitch/roll
 +
* Able to detect end of calibration sequence
 +
* Available to the user in a user friendly way
 +
 
 +
The application could:
 +
* Fetch field strength for its GPS position from an information source on the internet (if available)
 +
 
 +
== Finished this task ==
 +
http://elphelcommunity.cvs.sourceforge.net/viewvc/elphelcommunity/elphel353-7.1-community/apps/compass-calibration/
 +
 
 +
== References ==
 +
http://www.ocean-server.com/download/OS5000_Compass_Manual.pdf

Latest revision as of 03:01, 28 March 2009

Problem

In order to reliably use the compass it needs to calibrated by the user. This process can be initiated by accessing the compass module, and providing it the required commands. Sadly only one daemon can access the information of a serial port and it is thus required to make it available to multiple applications concurrently.

Calibration Procedure

The callibration can only happen if the module is leveled, hence the pitch and roll are less than one degree off, and the camera is slowely spinned around while doing this. Other forms of calibration, for example by providing magnetic field strength should be open for the user.

This would require an application that must be:

  • Allowed to write to the module
  • Able to initiate the command sequence
  • Able to detect pitch/roll
  • Able to detect end of calibration sequence
  • Available to the user in a user friendly way

The application could:

  • Fetch field strength for its GPS position from an information source on the internet (if available)

Finished this task

http://elphelcommunity.cvs.sourceforge.net/viewvc/elphelcommunity/elphel353-7.1-community/apps/compass-calibration/

References

http://www.ocean-server.com/download/OS5000_Compass_Manual.pdf