- Jun 20, 2024
-
-
TB-ME authored
-
- Mar 30, 2024
-
-
Philipp Borgers authored
-
- Jan 04, 2024
-
-
Antonio Sanjurjo C authored
-
- Jan 03, 2024
-
-
Antonio Sanjurjo C authored
By default Rust uses isize to represent enum values. isize implementation depends on the `target_pointer_width` attribute. - Mavlink implementation for v2 requires message id with the range 0..16777215 --> u32 - Mavlink implementation requires u32 enum entry values
-
- Jul 12, 2023
-
-
João Antônio Cardoso authored
-
- Feb 03, 2022
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Aug 25, 2021
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Mar 12, 2021
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Mar 06, 2021
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Mar 16, 2020
-
-
Michal Podhradsky authored
-
- Mar 11, 2020
-
-
Ibiyemi Abiodun authored
* MavMessage::parse now maps results instead of unwrapping them, so there's no panic * also compile ardupilotmega.xml * rustfmt * updated connections to be generic * it builds! support for ardupilotmega messages added, still need parsing + tests * it all works! it also no longer compiles on rust 1.40.0 for some reason, but it works fine on rust stable 1.41.1 so i don't think it's a big deal * documented features, added build binder * fixed Cargo.toml Signed-off-by:
Ibiyemi Abiodun <ibiyemi@intulon.com> * added ability to patch mavlink schemas Signed-off-by:
Ibiyemi Abiodun <ibiyemi@intulon.com> * removed extraneous println statements Signed-off-by:
Ibiyemi Abiodun <ibiyemi@intulon.com> * mavlink should no longer rebuild every single time Signed-off-by:
Ibiyemi Abiodun <ibiyemi@intulon.com> * fixed extra_crc Signed-off-by:
Ibiyemi Abiodun <ibiyemi@intulon.com> * fixed travis ci Signed-off-by:
Ibiyemi Abiodun <ibiyemi@intulon.com> * fixed travis ci again? Signed-off-by:
Ibiyemi Abiodun <ibiyemi@intulon.com> * fixed merge mistake Signed-off-by:
Ibiyemi Abiodun <ibiyemi@intulon.com> * rustfmt + fix merge mistake part 2 Signed-off-by:
Ibiyemi Abiodun <ibiyemi@intulon.com> * updated readme and crate documentation Signed-off-by:
Ibiyemi Abiodun <ibiyemi@intulon.com> * tests are now feature-gated + added common feature Signed-off-by:
Ibiyemi Abiodun <ibiyemi@intulon.com> * feature-gated the rest of the tests + added common as a default feature Signed-off-by:
Ibiyemi Abiodun <ibiyemi@intulon.com> * build with all features on docs.rs Signed-off-by:
Ibiyemi Abiodun <ibiyemi@intulon.com> * fixed imports in tests Signed-off-by:
Ibiyemi Abiodun <ibiyemi@intulon.com>
-
- Jan 31, 2020
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Oct 20, 2019
-
-
Todd Stellanova authored
-
- Jun 02, 2019
-
-
tstellanova authored
-
- Aug 25, 2016
-
-
Kevin Mehall authored
-
- Jul 05, 2016
-
-
Kevin Mehall authored
-
- Mar 15, 2016
-
-
Tim Ryan authored
-
- Feb 24, 2016
-
-
Tim Ryan authored
-