Skip to content

Commit d9deb9f

Browse files
committed
feat: add main.rs EmPy file for rust package generation
Signed-off-by: Parth Patel <[email protected]>
1 parent bfb5e1a commit d9deb9f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ros2pkg/ros2pkg/resource/rust/__init__.py

Whitespace-only changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
use anyhow::{Error, Result};
2+
use rclrs::*;
3+
4+
fn main() -> Result<(), Error> {
5+
println!("Hello world @(package_name) package\n");
6+
Ok(())
7+
}
8+

0 commit comments

Comments
 (0)