-
Notifications
You must be signed in to change notification settings - Fork 14.6k
sbgecom: Implement sbgECom INS driver #24137
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
Conversation
f1fcfb3
to
96003fb
Compare
Hello @tolesam I have a question. Does this PR intend to be used with the Ellipse Series, Ellipse 2 Micro Series, or both? I'm interested in SBG products. |
Hello @saengphet, |
72a92c0
to
ffe24c4
Compare
Hi @dagar , Can you take a look at this PR please? Moreover, it seems the job "Build and Push Container" doesn't work on PRs, do you have any idea why? Thanks in advance. |
862fbd7
to
7627a34
Compare
5a85ddd
to
a70bb76
Compare
a70bb76
to
7545084
Compare
667bca1
to
ffeede9
Compare
b227586
to
550b04a
Compare
Hello @bresch , |
src/modules/simulation/sensor_airspeed_sim/SensorAirspeedSim.cpp
Outdated
Show resolved
Hide resolved
c3dee13
to
5cac32c
Compare
5cac32c
to
136ae9c
Compare
136ae9c
to
fcd1f4f
Compare
Implement sbgECom messages handling to provide IMU sensors, GNSS and EKF data to the autopilot Be able to parametrize the serial port, baudrate and the communicating mode Clone sbgECom library only if sbgecom support is enabled and apply a patch Be able to send SBG Systems INS settings in several ways when starting sbgecom driver
Co-authored-by: Jacob Dahl <37091262+dakejahl@users.noreply.github.com>
4d88514
to
23f1c58
Compare
/en/sensor/sbgecom.md
|
@dakejahl |
The docs flaws can be ignored - they will be fixed in post process. The macOS flaws may be real. @dakejahl You can merge if you are happy - the docs are OK. |
* Add new INS driver sbgECom Implement sbgECom messages handling to provide IMU sensors, GNSS and EKF data to the autopilot Be able to parametrize the serial port, baudrate and the communicating mode Clone sbgECom library only if sbgecom support is enabled and apply a patch Be able to send SBG Systems INS settings in several ways when starting sbgecom driver * Fix sensor airspeed simulator units * Fix HIGHRES_IMU pressure unit * Allow HIGHRES_IMU to support 4 IMUs * sbgECom: Add documentation * Use submodule instead of fetching sbgECom using CMake * Remove patch strategy * Fix dates * Remove patch file * Update SBG dev type ID Co-authored-by: Jacob Dahl <37091262+dakejahl@users.noreply.github.com> --------- Co-authored-by: Samuel Toledano <samuel.toledano@sbg-systems.com> Co-authored-by: Jacob Dahl <37091262+dakejahl@users.noreply.github.com>
New Feature
Implement sbgECom messages handling to provide IMU sensors, GNSS and EKF data to the autopilot
Be able to parametrize the serial port, baudrate and the communicating mode
Clone sbgECom library only if sbgecom support is enabled and apply a patch
Be able to send SBG Systems INS settings in several ways when starting sbgecom driver
Bug Fixes
Fix sensor airspeed simulator units
Fix HIGHRES_IMU pressure unit
Remarks
Users of external INS (vectornav and sbgecom) need to enable the drivers in the config. As all external INS are currently enabled on some board config, CI is failing.