Closed siedentop closed 4 years ago
Opengen version 0.5.0a2
is experimental (we will release version 0.5.0
soon). If you want to use it, you need to link to the core OpEn Rust library, version 0.7.0-alpha.1
.
To do so, you need to add the following option to your build configuration in Python:
.with_open_version('0.7.0-alpha.1')
Describe the bug
Running the Python Example "Navigation" fails out of the box. No method named 'cost' for struct AlmOptimizerStatus.
To Reproduce
Steps to reproduce the behavior:
Output:
Expected behavior
I would like to see the example to run out of the box.
System information:
:warning: Please, provide the following information:
rustup show
?installed toolchains
stable-x86_64-apple-darwin nightly-x86_64-apple-darwin (default)
installed targets for active toolchain
wasm32-unknown-unknown x86_64-apple-darwin
active toolchain
nightly-x86_64-apple-darwin (default) rustc 1.44.0-nightly (b2e36e6c2 2020-04-22)
Cargo:
Additional context
Add any other context about the problem here.
Here is the example code in full, for full reproducibility.