I have read some answers that have asked about mavlink integration into jevois. I am trying to make something similar to mavlink and have followed the same steps as prescribed for mavlink. The code compiles without a problem. Using the module would require setting
serialdev =
in the params.cfg (jevois's params.cfg).
However, whenever I do this and power up the jevois, all I see is
Green light, orange light flash, constant green light with no orange light.
This occurs regardless of whether I write setmapping "mapping number" in initscript or not, where mapping number corresponds to the module that uses the serial.
What it is certainly not:
A power issue or a broken orange LED (because it operates just fine until I make that change in params.cfg)