Jump to content


Some Questions


  • Please log in to reply
No replies to this topic

#1 cwabbott

cwabbott

    Developer

  • Members
  • PipPipPip
  • 205 posts
  • Country: flag of United States United States

Posted 19 June 2010 - 07:32 PM

I've been working on a basic math library for the AHRS (linear algebra, quaternion, vector, etc.). I've the basic types and algorithms nailed down (matrix multiplication, quaternion multiplication, DCM stuff) and now I want to move it from MSVS to the OpenPilot tree. I have a few questions:

1) For simulation purposes, I'm starting out small with a test application on my laptop. Is there a way to build for the computer in a seperate project? Do I just create a new project, or do I have to fiddle with some settings?

2)How do I setup SVN to regard this as a seperate tree or whatever, until I want to add it as part of the actual project? I've never used source control for my own projects, and as such am a total newbie with developing for SVN.