Releases: google/pica
Releases · google/pica
v0.1.12
v0.1.11
v0.1.10
What's Changed
- Update the trait RangingEstimator by @hchataing in #86
- Update version to 0.1.10 by @hchataing in #87
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- Enhance data transfer and refine ranging methods by @SilverBzH in #53
- Enhance logging experience by @SilverBzH in #66
- Externalize position management by @hchataing in #67
- Remove impl From for MacAddress by @hchataing in #68
- Explicitely set the mac address for UCI devices by @hchataing in #69
- Implement pica::run(Mutex) by @hchataing in #70
- Change select! into try_join! in the device task by @hchataing in #71
- Move packet parsing from lib.rs to device.rs by @hchataing in #72
- Refactor PicaCommand::Connect to accept generic Stream, Sink objects by @hchataing in #73
- Fix device lookup during ranging by @hchataing in #76
- Add requirements for integration into netsim by @hchataing in #77
- Update version to 0.1.8 by @hchataing in #78
- Refactor APP config management by @hchataing in #74
- session by @hchataing in #79
- command renaming by @hchataing in #80
- uci pdl by @hchataing in #81
- Review the implementation of Core Set Config and Core Get Config by @hchataing in #82
- Update the format of the notification Update Controller Multicast List by @hchataing in #83
- Update version to 0.1.9 by @hchataing in #85
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- pica py: add expect_data to test data_packet by @SilverBzH in #62
- test data packet by @SilverBzH in #63
- Upgrade glam crate version to 0.25.0 by @hyunjaemoon-work in #65
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- add tests and test runner in CI by @SilverBzH in #59
- Update versions for dependent crates to align with versions of vendored crates in Android by @hyunjaemoon-work in #60
New Contributors
- @hyunjaemoon-work made their first contribution in #60
Full Changelog: v0.1.6...v0.1.7
v0.1.6
v0.1.5
v0.1.4
- Import uci_packet PDL and generated sources
- Draft implementation of UWBS device
- Prototype for ranging computations
- Add some tests for position
- pica: Implement device core command: GetConfig, SetConfig, GetCaps, GetDeviceInfo
- Fix azimuth & elevation
- Defer the implementation of Session commands to the Device struct
- Flesh out the project README
- Re-format README tables without Hoedown multiline extension
v0.1.3
Update crate dependencies to integrate with Android emulator (#24) * Update crate dependencies to integrate with Android emulator - Android emulator is built by CMake in AOSP emu-master-dev repo. - Update Cargo.toml to use Rust crates that are available in AOSP. - Add tokio/rt-multi-thread dependency for web feature to fix build error