-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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 test shows a stack trace #10
Comments
Interestingly vanished in commit 56e66a8 |
This is usually a consequence of calling work_cancel() on a work item that has never been scheduled, and/or was allocated but not zero-filled, or has been overwritten by something. |
There is definitely an issue with start/stop on work items in these drivers that needs to be addressed. |
There seems to be a problem with work_cancel once more than one work item is present on the list. Needs more debugging. |
This has been resolved. |
@julianoes This seems to have surfaced again in the driver calibration. @px4dev A quick look would be appreciated. |
Julian digged this up via GDB:
|
Using a workaround right now in mag calibration, but not resolved yet. |
With the new buffer structure finally fixed. Yay! |
navigator: loiter mission items: better reached check for FW (swissfang)
read hil sensor message instead of highres imu message
- micro-CDR in PX4/Firmware (402cbda): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (779bc5a): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (68e9e46): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (4009991): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (a74fb68): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (749e574): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (975f1e5): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (92e9b10): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (dad496e): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (3938a41): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (d0b1ea6): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (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)
- 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)
- 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)
- micro-CDR in PX4/Firmware (c0ed868): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (8be5803): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (40896c9): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (629f546): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (ebe6b3da68bd9eb6fc9af9a445dc4b953a3de834): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (968bd8f): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (2c6a0dc): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (f52177c): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (10b61a3): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (6111945): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (28895a4): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (f2480e2): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
- micro-CDR in PX4/Firmware (5c01572): eProsima/Micro-CDR@f325c4f - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e - Changes: eProsima/Micro-CDR@f325c4f...8b3546e 8b3546e 2018-11-06 Ricardo González - Release 1.0.1 dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18) 73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17) 342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16) 0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15) 444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop 2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14) 44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13) da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11) 94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10) 9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8) fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
fix delta angle bias usage:
GPS AMSL altitude
- jsbsim_bridge in PX4/Firmware (047531b): PX4/px4-jsbsim-bridge@a14e6cc - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@7df4fd9 - Changes: PX4/px4-jsbsim-bridge@a14e6cc...7df4fd9 7df4fd9 2020-10-14 JaeyoungLim - Merge pull request #9 from PX4/pr-upstream-merge 263da94 2020-10-13 JaeyoungLim - Use getopts for parsing commandline arguments (#17) ac3f387 2020-10-12 JaeyoungLim - Parse configuration with better xml parsers (#10)
When running the ms5611 test in px4dev_new_driver, it shows a stack trace in an otherwise unloaded system:
The text was updated successfully, but these errors were encountered: