librcl-sys 0.1.2

Library that links to the native librcl, the ROS client library
docs.rs failed to build librcl-sys-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

librcl-sys

This Rust library provides FFI bindings to the RCL, the ROS client library of ROS 2.

Configuration

Some variables of the build process can be controlled with certain environment variables.

Variable Description Default value
LIBRCL_LIB_PATH The path to the directory of the RCL shared library /opt/ros/eloquent/lib
LIBRCL_INCLUDE_PATH The path to the directory of the headers of the RCL shared library /opt/ros/eloquent/include

License

This work is dual-licensed under Apache 2.0 and MIT. You can choose between one of them if you use this work.

SPDX-License-Identifier: Apache-2.0 OR MIT