You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maliput API cpp uses extensively std::map and std::optional. For first iteration focus on creating the most trivial bindings. We will tackle those particular cases later on. Reference: https://cxx.rs/bindings.html
Namespace
The bindings should be located under maliput_sys::<namespace>::ffi:
For example: maliput_sys::api::ffi::RoadNetwork or maliput_sys::math::ffi::Vector3
The text was updated successfully, but these errors were encountered:
Summary
Goes on top of #3
Create bindings for maliput api
To Do
Guidelines
maliput_sys::<namespace>::ffi
:maliput_sys::api::ffi::RoadNetwork
ormaliput_sys::math::ffi::Vector3
The text was updated successfully, but these errors were encountered: