7 releases

new 0.1.8 Mar 25, 2025
0.1.7 Mar 20, 2025
0.1.5 Jan 28, 2025
0.1.4 Nov 4, 2024
0.1.2 Apr 8, 2024

#103 in Simulation

Download history 454/week @ 2024-12-04 105/week @ 2024-12-11 572/week @ 2024-12-18 87/week @ 2024-12-25 401/week @ 2025-01-01 658/week @ 2025-01-08 569/week @ 2025-01-15 1135/week @ 2025-01-22 432/week @ 2025-01-29 772/week @ 2025-02-05 1147/week @ 2025-02-12 872/week @ 2025-02-19 931/week @ 2025-02-26 1638/week @ 2025-03-05 1317/week @ 2025-03-12 943/week @ 2025-03-19

4,967 downloads per month
Used in 2 crates

BSD-3-Clause

31KB
160 lines

maliput-sdk

github crates.io docs.rs build status

Brings maliput binaries to Rust land.

Note: What is maliput? Refer to https://maliput.readthedocs.org.

Prerequisites

  • OS: Ubuntu 20.04
  • Bazel 6.4.0

Description

maliput-sdk package relies on maliput releases on the BCR.

BCR Module Current version
maliput 1.3.0
maliput_malidrive 0.3.0

Usage

This package brings maliput-ecosystem and provides the path to where the installation is located.

  • For accessing it via build.rs file, some env var are provided:
    • MALIPUT_SDK_MALIPUT_BIN_PATH: Path to maliput binaries.
    • MALIPUT_SDK_MALIPUT_MALIDRIVE_BIN_PATH: Path to maliput_malidrive binaries.
    • MALIPUT_SDK_MALIPUT_MALIDRIVE_PLUGIN_PATH: Path to maliput_malidrive road network plugin.
  • For accessing it via a library:
    • maliput-sdk::sdk_libraries
    • maliput-sdk::get_maliput_malidrive_plugin_path

Executables

  • Print libraries being vendored
    cargo run --bin maliput-sdk
    

License

Licensed under BSD 3-Clause.

Dependencies