Skip to content

ros2-rust/ros_introspection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros_introspection

ros_introspection is a Rust crate designed to parse and analyze ROS (Robot Operating System) message definitions. It provides utilities to introspect ROS message types. This crate is useful for developers building tools or applications that need to interact with ROS environments without relying on the full ROS runtime.

Features

  • Parse ROS message definitions (.msg files).
  • Inspect and analyze ROS topics and their types.
  • Lightweight and efficient, suitable for embedded or resource-constrained systems.

Use Cases

  • Building custom ROS tools or diagnostics.
  • Interfacing with ROS systems in non-ROS environments.
  • Analyzing or debugging ROS message data.

Getting Started

Add the following to your Cargo.toml to include ros_introspection in your project:

[dependencies]
ros_introspection = "0.1"

Thanks

The development of this project was originally funded by Rerun, go check them out, they're building really cool stuff!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages