-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[module] read in and decode stereo camera messages #1317
Conversation
Idea... I can also make the baud rate configurable in the airframe file. Might be useful considering the issues with the previous attempt to push to master. |
that is indeed a good idea to be able to set both port and baudrate |
Would also make sense to not "hardcode" Also please add the configure and define options to the documentation section in the module xml. |
And probably most importantly: what kind of "stereocam" is this module for?? |
…-critical parameters
The stereocam here is a custom design by Christophe de Wagter that is extensively used at the TU Delft. We have a couple of people working on this camera now in paparazzi, that's why I am trying to push this module now. |
Thx! |
…d other lines used for detailed description
* | ||
*/ | ||
|
||
/** @file modules/stereocam.c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
path incorrect...
Added a module to read in and decode messages from a stereo camera using a UART connection. Module is in sw/airborne/modules/sensors.
Please let me know if I need to move, change update anything.