Skip to content

Lighthouse positioning for F1/10 vehicles #218

Answered by krichardsson
flochkristof asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
this sounds like an exciting project!

What you want to do will require some work, but I think it will be doable. I will try to outline what the code is doing, to help you understand what you need to do if you want to connect the lighthouse deck to some other device than a Crazyflie.

  1. Initialize. The process starts in the lighthouse deck driver which calls lighthouseCoreInit(). This will get data from the persistent storage and initialize the memory mapping system that is used to read/write data from a PC.
  2. Boot the deck. The deck is booted as a part of the start up of the lighthouse task. The call to lighthouseDeckFlasherCheckVersionAndBoot() boots the deck via i2c.
  3. Run the main loop T…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@flochkristof
Comment options

@krichardsson
Comment options

Answer selected by flochkristof
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants