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

Accelerometer bias correction using vision in position_estimator_inav #3451

Closed
thedinuka opened this issue Jan 6, 2016 · 2 comments
Closed

Comments

@thedinuka
Copy link

I think the way the mocap based accel bias correction was added causes vision based bias correction to have no effect, whether or not mocap is being used. The problem is here:
https://github.com/PX4/Firmware/blob/master/src/modules/position_estimator_inav/position_estimator_inav_main.cpp#L1030-L1032

Bias correction values are being reset before they were actually incorporated into the accel bias estimate further down in code.
Please note that I haven't been able to verify this through experiments yet. But this seems a very straightforward issue.

@LorenzMeier
Copy link
Member

It would be fantastic if you could send a PR with a fix in case this turns out to be required. You certainly seem to have a point based on the high-level analysis.

@LorenzMeier LorenzMeier added this to the Release v1.2.0 milestone Jan 6, 2016
@LorenzMeier LorenzMeier modified the milestones: Release v1.5.0, Release v1.4.0 Jul 29, 2016
@LorenzMeier LorenzMeier modified the milestones: Release v1.7.0, Release v1.5.0 Nov 19, 2016
@mhkabir
Copy link
Member

mhkabir commented Apr 2, 2017

Outdated.

@mhkabir mhkabir closed this as completed Apr 2, 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 18, 2018
    - micro-CDR in PX4/Firmware (ff5557f): 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 18, 2018
    - micro-CDR in PX4/Firmware (1947cc4): 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 19, 2018
    - micro-CDR in PX4/Firmware (8c0fd9a): 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 19, 2018
    - micro-CDR in PX4/Firmware (ada8f85): 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 20, 2018
    - micro-CDR in PX4/Firmware (f648143): 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 20, 2018
    - micro-CDR in PX4/Firmware (9721ffa): 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 21, 2018
    - micro-CDR in PX4/Firmware (5d11583): 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 21, 2018
    - micro-CDR in PX4/Firmware (3da9f1f): 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 22, 2018
    - micro-CDR in PX4/Firmware (b96e9aa): 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 22, 2018
    - micro-CDR in PX4/Firmware (005d35b): 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 23, 2018
    - micro-CDR in PX4/Firmware (491e3db): 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 23, 2018
    - micro-CDR in PX4/Firmware (66e3e32): 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 24, 2018
    - micro-CDR in PX4/Firmware (33b414d): 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 24, 2018
    - micro-CDR in PX4/Firmware (2f6efaa): 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 25, 2018
    - micro-CDR in PX4/Firmware (cc067cf): 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 25, 2018
    - micro-CDR in PX4/Firmware (d12ce8432afe2b697839a8e8b068be76685f2236): 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants