safe_drive_msg

Crates.iosafe_drive_msg
lib.rssafe_drive_msg
version0.2.6
sourcesrc
created_at2022-11-07 01:58:08.623492
updated_at2024-05-14 01:59:57.851797
descriptionA transpiler from ROS2's message types to Rust's types.
homepagehttps://github.com/tier4/safe_drive_msg
repositoryhttps://github.com/tier4/safe_drive_msg
max_upload_size
id706894
size104,675
ytakano (ytakano)

documentation

README

Message Transpiler for safe_drive

A transpiler from ROS2's message types to Rust's types. This library is used by cargo-ament-build internally.

use safe_drive_msg;
use std::path::Path;

let dependencies = ["std_msgs", "std_srvs"];
safe_drive_msg::depends(&Path::new("/tmp/output_dir"), &dependencies, safe_drive_msg::SafeDrive::Version("0.2"));

Limitation

This does not support C/C++ like preprocessor.

Commit count: 48

cargo fmt