We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb5e1a commit d9deb9fCopy full SHA for d9deb9f
ros2pkg/ros2pkg/resource/rust/__init__.py
ros2pkg/ros2pkg/resource/rust/main.rs.em
@@ -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