ros2-msg-gen

Crates.ioros2-msg-gen
lib.rsros2-msg-gen
version0.2.7
created_at2025-12-15 15:18:47.67047+00
updated_at2025-12-15 16:57:44.870981+00
descriptionA transpiler from ROS2's message types to Rust's types.
homepage
repositoryhttps://github.com/jazi007/oxidros
max_upload_size
id1986233
size114,358
Nadhmi JAZI (jazi007)

documentation

README

ros2-msg-gen

use ros2_msg_gen;
use std::path::Path;

let dependencies = ["std_msgs", "std_srvs"];
ros2_msg_gen::generate(&Path::new("/tmp/output_dir"), &dependencies);

Limitation

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

Credits

This project is a fork of safe_drive_msg, originally developed by:

  • Yuuki Takano (TIER IV, Inc.)

We are grateful for their work on this message transpiler for ROS2.

Commit count: 0

cargo fmt