librcl-sys

Crates.iolibrcl-sys
lib.rslibrcl-sys
version0.1.2
sourcesrc
created_at2020-04-22 16:45:07.578242
updated_at2020-04-23 14:58:11.890903
descriptionLibrary that links to the native librcl, the ROS client library
homepagehttps://github.com/ThijsRay/librcl-sys
repositoryhttps://github.com/ThijsRay/librcl-sys
max_upload_size
id232994
size6,096
Thijs Raymakers (ThijsRay)

documentation

README

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

Commit count: 0

cargo fmt