Skip to content

Tags: empriselab/mote

Tags

mote-rust-v0.2.0

Toggle mote-rust-v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Audit public APIs pre v1 release (#81)

Align public APIs with language best practices
* non_exhaustive labels where appropriate so new comms fields can be
added without breaking the API
    * Required switching serialization from bitcode to postcard
* Conform with https://rust-lang.github.io/api-guidelines/about.html
* move from cbindgen based c FFI to cxx based C++ API

mote-python-v0.1.1

Toggle mote-python-v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix issue with not generating python types in CI (#84)

mote-firmware-v0.2.0

Toggle mote-firmware-v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Audit public APIs pre v1 release (#81)

Align public APIs with language best practices
* non_exhaustive labels where appropriate so new comms fields can be
added without breaking the API
    * Required switching serialization from bitcode to postcard
* Conform with https://rust-lang.github.io/api-guidelines/about.html
* move from cbindgen based c FFI to cxx based C++ API

mote-cxx-v0.2.1

Toggle mote-cxx-v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version update, cargo update (#86)

mote-cxx-v0.2.0

Toggle mote-cxx-v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Audit public APIs pre v1 release (#81)

Align public APIs with language best practices
* non_exhaustive labels where appropriate so new comms fields can be
added without breaking the API
    * Required switching serialization from bitcode to postcard
* Conform with https://rust-lang.github.io/api-guidelines/about.html
* move from cbindgen based c FFI to cxx based C++ API

mote-configuration-v0.2.0

Toggle mote-configuration-v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Audit public APIs pre v1 release (#81)

Align public APIs with language best practices
* non_exhaustive labels where appropriate so new comms fields can be
added without breaking the API
    * Required switching serialization from bitcode to postcard
* Conform with https://rust-lang.github.io/api-guidelines/about.html
* move from cbindgen based c FFI to cxx based C++ API

mote-python-v0.0.2

Toggle mote-python-v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Drop vendored IMU library (#78)

Remove vendored IMU library now that we're using the same version of the
IMU that the library supports.

Adjust some of the IMU calibration values to better suit a small robot.

mote-python-v0.0.1

Toggle mote-python-v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare for mote-python release (#77)

mote-configuration-v0.0.0

Toggle mote-configuration-v0.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Doc improvements (#72)

Improving doc coverage, grammar and spelling improvements

mote-hardware-v0.2.0

Toggle mote-hardware-v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update postition and rotation values for new components (#69)