Skip to content
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

Closed
LorenzMeier opened this issue Sep 1, 2012 · 4 comments
Closed

MS5611 reads occur too fast #13

LorenzMeier opened this issue Sep 1, 2012 · 4 comments
Assignees
Labels

Comments

@LorenzMeier
Copy link
Member

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

@LorenzMeier
Copy link
Member Author

In addition to this a lowpass on the temperature is required, the current readout technique results in bogus altitude jumps.

@px4dev
Copy link
Contributor

px4dev commented Sep 1, 2012

I'm not sure I understand the problem you're reporting. Adjusted to milliseconds:

ms5611: time: 125.997823
ms5611: time: 126.504193
ms5611: time: 127.010563
ms5611: time: 127.528990
ms5611: time: 128.035360

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".

@px4dev
Copy link
Contributor

px4dev commented Sep 1, 2012

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.

@ghost ghost assigned LorenzMeier Sep 1, 2012
@LorenzMeier
Copy link
Member Author

This seems resolved in current Firmware.

LorenzMeier added a commit that referenced this issue Aug 29, 2013
Add new config file for X550; Add position estimator and position control
vilhjalmur89 added a commit to vilhjalmur89/Firmware that referenced this issue Jul 18, 2017
PX4BuildBot added a commit that referenced this issue Nov 7, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 7, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 7, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 8, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 8, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 8, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 9, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 9, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 9, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 10, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 10, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 10, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 11, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 11, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 26, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 26, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 27, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 27, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 28, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 28, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 29, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 29, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 30, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Nov 30, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Dec 1, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Dec 1, 2018
    - 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)
PX4BuildBot added a commit that referenced this issue Dec 2, 2018
    - 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)
RomanBapst pushed a commit that referenced this issue Apr 26, 2019
Revert "hack: add spi on pixracer"
msamogh pushed a commit to msamogh/Firmware that referenced this issue Jun 7, 2019
PX4BuildBot added a commit that referenced this issue Oct 1, 2020
    - 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)
PX4BuildBot added a commit that referenced this issue Oct 2, 2020
    - 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)
PX4BuildBot added a commit that referenced this issue Oct 2, 2020
    - 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)
PX4BuildBot added a commit that referenced this issue Oct 3, 2020
    - 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)
PX4BuildBot added a commit that referenced this issue Oct 3, 2020
    - 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)
PX4BuildBot added a commit that referenced this issue Oct 4, 2020
    - 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)
PX4BuildBot added a commit that referenced this issue Oct 4, 2020
    - 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)
PX4BuildBot added a commit that referenced this issue Oct 5, 2020
    - 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)
PX4BuildBot added a commit that referenced this issue Oct 5, 2020
    - 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)
dagar pushed a commit that referenced this issue Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants