-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
MS5611 reads occur too fast #13
Comments
In addition to this a lowpass on the temperature is required, the current readout technique results in bogus altitude jumps. |
I'm not sure I understand the problem you're reporting. Adjusted to milliseconds: ms5611: time: 125.997823 These reads are correctly spaced 500ms apart per the 2Hz test spec. The temperature readings do look erratic, but from the above I'm not sure how this correlates to "too fast". |
Also, per the datasheet, if any read of the ADC is performed too early, the result read out is zero (and reading the data later will give bad results). If the ADC read for temperature returns zero, the calculation gives: ms5611: temperature: -978.2300 So it's pretty clear that we're not reading the ADC before the temperature conversion is done in any of the output you cite above. |
This seems resolved in current Firmware. |
Add new config file for X550; Add position estimator and position control
Thanks for the contribution!
- micro-CDR in PX4/Firmware (402cbda): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (779bc5a): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (68e9e46): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (4009991): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (a74fb68): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (749e574): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (975f1e5): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (92e9b10): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (dad496e): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (3938a41): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (d0b1ea6): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (c08e233): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (9f5accc): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (9853fd5): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (c0ed868): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (8be5803): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (40896c9): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (629f546): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (ebe6b3da68bd9eb6fc9af9a445dc4b953a3de834): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (968bd8f): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (2c6a0dc): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (f52177c): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (10b61a3): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (6111945): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (28895a4): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (f2480e2): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (5c01572): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
Revert "hack: add spi on pixracer"
- jsbsim_bridge in PX4/Firmware (c1936da): PX4/px4-jsbsim-bridge@d2cc31d - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@a14e6cc - Changes: PX4/px4-jsbsim-bridge@d2cc31d...a14e6cc a14e6cc 2020-10-01 JaeyoungLim - Merge pull request #8 from PX4/pr-upstream-merge 5b9fa23 2020-10-01 JaeyoungLim - Use correct remote from PX4 3c4d038 2020-10-01 JaeyoungLim - Fix initialization issues (#14) 85031df 2020-09-29 JaeyoungLim - Remove unnecessary warning suppression (#13) 24a521c 2020-09-28 JaeyoungLim - Add Firmware build tests to px4-jsbsim-bridge (#9) f1010f5 2020-09-28 JaeyoungLim - Set cmake flags for clean build logs (#11)
- jsbsim_bridge in PX4/Firmware (25eca31): PX4/px4-jsbsim-bridge@d2cc31d - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@a14e6cc - Changes: PX4/px4-jsbsim-bridge@d2cc31d...a14e6cc a14e6cc 2020-10-01 JaeyoungLim - Merge pull request #8 from PX4/pr-upstream-merge 5b9fa23 2020-10-01 JaeyoungLim - Use correct remote from PX4 3c4d038 2020-10-01 JaeyoungLim - Fix initialization issues (#14) 85031df 2020-09-29 JaeyoungLim - Remove unnecessary warning suppression (#13) 24a521c 2020-09-28 JaeyoungLim - Add Firmware build tests to px4-jsbsim-bridge (#9) f1010f5 2020-09-28 JaeyoungLim - Set cmake flags for clean build logs (#11)
- jsbsim_bridge in PX4/Firmware (c648d52): PX4/px4-jsbsim-bridge@d2cc31d - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@a14e6cc - Changes: PX4/px4-jsbsim-bridge@d2cc31d...a14e6cc a14e6cc 2020-10-01 JaeyoungLim - Merge pull request #8 from PX4/pr-upstream-merge 5b9fa23 2020-10-01 JaeyoungLim - Use correct remote from PX4 3c4d038 2020-10-01 JaeyoungLim - Fix initialization issues (#14) 85031df 2020-09-29 JaeyoungLim - Remove unnecessary warning suppression (#13) 24a521c 2020-09-28 JaeyoungLim - Add Firmware build tests to px4-jsbsim-bridge (#9) f1010f5 2020-09-28 JaeyoungLim - Set cmake flags for clean build logs (#11)
- jsbsim_bridge in PX4/Firmware (8ee0c62): PX4/px4-jsbsim-bridge@d2cc31d - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@a14e6cc - Changes: PX4/px4-jsbsim-bridge@d2cc31d...a14e6cc a14e6cc 2020-10-01 JaeyoungLim - Merge pull request #8 from PX4/pr-upstream-merge 5b9fa23 2020-10-01 JaeyoungLim - Use correct remote from PX4 3c4d038 2020-10-01 JaeyoungLim - Fix initialization issues (#14) 85031df 2020-09-29 JaeyoungLim - Remove unnecessary warning suppression (#13) 24a521c 2020-09-28 JaeyoungLim - Add Firmware build tests to px4-jsbsim-bridge (#9) f1010f5 2020-09-28 JaeyoungLim - Set cmake flags for clean build logs (#11)
- jsbsim_bridge in PX4/Firmware (8ee0c62): PX4/px4-jsbsim-bridge@d2cc31d - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@a14e6cc - Changes: PX4/px4-jsbsim-bridge@d2cc31d...a14e6cc a14e6cc 2020-10-01 JaeyoungLim - Merge pull request #8 from PX4/pr-upstream-merge 5b9fa23 2020-10-01 JaeyoungLim - Use correct remote from PX4 3c4d038 2020-10-01 JaeyoungLim - Fix initialization issues (#14) 85031df 2020-09-29 JaeyoungLim - Remove unnecessary warning suppression (#13) 24a521c 2020-09-28 JaeyoungLim - Add Firmware build tests to px4-jsbsim-bridge (#9) f1010f5 2020-09-28 JaeyoungLim - Set cmake flags for clean build logs (#11)
- jsbsim_bridge in PX4/Firmware (eabbd19): PX4/px4-jsbsim-bridge@d2cc31d - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@a14e6cc - Changes: PX4/px4-jsbsim-bridge@d2cc31d...a14e6cc a14e6cc 2020-10-01 JaeyoungLim - Merge pull request #8 from PX4/pr-upstream-merge 5b9fa23 2020-10-01 JaeyoungLim - Use correct remote from PX4 3c4d038 2020-10-01 JaeyoungLim - Fix initialization issues (#14) 85031df 2020-09-29 JaeyoungLim - Remove unnecessary warning suppression (#13) 24a521c 2020-09-28 JaeyoungLim - Add Firmware build tests to px4-jsbsim-bridge (#9) f1010f5 2020-09-28 JaeyoungLim - Set cmake flags for clean build logs (#11)
- jsbsim_bridge in PX4/Firmware (eabbd19): PX4/px4-jsbsim-bridge@d2cc31d - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@a14e6cc - Changes: PX4/px4-jsbsim-bridge@d2cc31d...a14e6cc a14e6cc 2020-10-01 JaeyoungLim - Merge pull request #8 from PX4/pr-upstream-merge 5b9fa23 2020-10-01 JaeyoungLim - Use correct remote from PX4 3c4d038 2020-10-01 JaeyoungLim - Fix initialization issues (#14) 85031df 2020-09-29 JaeyoungLim - Remove unnecessary warning suppression (#13) 24a521c 2020-09-28 JaeyoungLim - Add Firmware build tests to px4-jsbsim-bridge (#9) f1010f5 2020-09-28 JaeyoungLim - Set cmake flags for clean build logs (#11)
- jsbsim_bridge in PX4/Firmware (eabbd19): PX4/px4-jsbsim-bridge@d2cc31d - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@a14e6cc - Changes: PX4/px4-jsbsim-bridge@d2cc31d...a14e6cc a14e6cc 2020-10-01 JaeyoungLim - Merge pull request #8 from PX4/pr-upstream-merge 5b9fa23 2020-10-01 JaeyoungLim - Use correct remote from PX4 3c4d038 2020-10-01 JaeyoungLim - Fix initialization issues (#14) 85031df 2020-09-29 JaeyoungLim - Remove unnecessary warning suppression (#13) 24a521c 2020-09-28 JaeyoungLim - Add Firmware build tests to px4-jsbsim-bridge (#9) f1010f5 2020-09-28 JaeyoungLim - Set cmake flags for clean build logs (#11)
- jsbsim_bridge in PX4/Firmware (be28c4d): PX4/px4-jsbsim-bridge@d2cc31d - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@a14e6cc - Changes: PX4/px4-jsbsim-bridge@d2cc31d...a14e6cc a14e6cc 2020-10-01 JaeyoungLim - Merge pull request #8 from PX4/pr-upstream-merge 5b9fa23 2020-10-01 JaeyoungLim - Use correct remote from PX4 3c4d038 2020-10-01 JaeyoungLim - Fix initialization issues (#14) 85031df 2020-09-29 JaeyoungLim - Remove unnecessary warning suppression (#13) 24a521c 2020-09-28 JaeyoungLim - Add Firmware build tests to px4-jsbsim-bridge (#9) f1010f5 2020-09-28 JaeyoungLim - Set cmake flags for clean build logs (#11)
Under some circumstances the MS5611 reads occur too fast, rendering the temperature field useless and driving altitude subsequently into a wrong scaling.
Issue currently exists on commit 1cebdf6
ms5611: single read
ms5611: pressure: 973.4400
ms5611: altitude: 336.8372
ms5611: temperature: 31.0300
ms5611: time: 125460308
ms5611: periodic read 0
ms5611: pressure: 959.3200
ms5611: altitude: 458.9900
ms5611: temperature: 24.3900
ms5611: time: 125997823
ms5611: periodic read 1
ms5611: pressure: 959.5800
ms5611: altitude: 456.7276
ms5611: temperature: 24.3900
ms5611: time: 126504193
ms5611: periodic read 2
ms5611: pressure: 959.6900
ms5611: altitude: 455.7706
ms5611: temperature: 24.3900
ms5611: time: 127010563
ms5611: periodic read 3
ms5611: pressure: 973.3300
ms5611: altitude: 337.7833
ms5611: temperature: 30.2600
ms5611: time: 127528990
ms5611: periodic read 4
ms5611: pressure: 973.4000
ms5611: altitude: 337.1812
ms5611: temperature: 30.2600
ms5611: time: 128035360
ms5611: PASS
The text was updated successfully, but these errors were encountered: