Skip to content

Commit 2c6b4d7

Browse files
authored
Added description (#2)
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent f5dd943 commit 2c6b4d7

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
1-
# ros_introspection
1+
# ros_introspection
2+
3+
`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.
4+
5+
## Features
6+
7+
- Parse ROS message definitions (`.msg` files).
8+
- Inspect and analyze ROS topics and their types.
9+
- Lightweight and efficient, suitable for embedded or resource-constrained systems.
10+
11+
## Use Cases
12+
13+
- Building custom ROS tools or diagnostics.
14+
- Interfacing with ROS systems in non-ROS environments.
15+
- Analyzing or debugging ROS message data.
16+
17+
## Getting Started
18+
19+
Add the following to your `Cargo.toml` to include `ros_introspection` in your project:
20+
21+
```toml
22+
[dependencies]
23+
ros_introspection = "0.1"
24+
```
25+
26+
## Thanks
27+
28+
The development of this project was originally funded by [Rerun](https://rerun.io/), go check them out, they're building really cool stuff!

0 commit comments

Comments
 (0)