3 releases

0.1.4 Nov 4, 2024
0.1.3 May 13, 2024
0.1.2 Apr 8, 2024
0.1.1 Apr 8, 2024
0.1.0 Apr 8, 2024

#28 in Simulation

Download history 8/week @ 2024-09-19 30/week @ 2024-09-26 33/week @ 2024-10-03 83/week @ 2024-10-10 575/week @ 2024-10-17 468/week @ 2024-10-24 520/week @ 2024-10-31 235/week @ 2024-11-07 239/week @ 2024-11-14 594/week @ 2024-11-21 264/week @ 2024-11-28 370/week @ 2024-12-05 123/week @ 2024-12-12 531/week @ 2024-12-19 84/week @ 2024-12-26 526/week @ 2025-01-02

1,292 downloads per month
Used in 2 crates

BSD-3-Clause

23KB
155 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