| Crates.io | librcl-sys |
| lib.rs | librcl-sys |
| version | 0.1.2 |
| created_at | 2020-04-22 16:45:07.578242+00 |
| updated_at | 2020-04-23 14:58:11.890903+00 |
| description | Library that links to the native librcl, the ROS client library |
| homepage | https://github.com/ThijsRay/librcl-sys |
| repository | https://github.com/ThijsRay/librcl-sys |
| max_upload_size | |
| id | 232994 |
| size | 6,096 |
This Rust library provides FFI bindings to the RCL, the ROS client library of ROS 2.
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 |
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