Skip to content

Commit f611c59

Browse files
authored
Merge pull request #1 from OUXT-Polaris/misc/readme-gitignore
Create README.md
2 parents ab1cf5c + 1ea654b commit f611c59

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
build/
2+
install/
3+
log/

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# rclcpp_components_template
2+
3+
## How to use
4+
1. Replace all `pkgname` in the filename with the name you want to use.
5+
2. In CMakeLists.txt and packages.xml, modify these lines as you like.
6+
https://github.com/OUXT-Polaris/rclcpp_components_template/blob/ab1cf5c405108a3c25f3b2f8eeaee3118a9d56a2/CMakeLists.txt#L2-L3
7+
https://github.com/OUXT-Polaris/rclcpp_components_template/blob/ab1cf5c405108a3c25f3b2f8eeaee3118a9d56a2/package.xml#L4-L8

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>pkgname</name>
55
<version>0.0.0</version>
66
<description>TODO: Package description</description>
7-
<maintainer email="kazukuro0824[email protected]">ouxt</maintainer>
7+
<maintainer email="maleicacid824[email protected]">maleicacid</maintainer>
88
<license>Apache-2.0</license>
99

1010
<buildtool_depend>ament_cmake</buildtool_depend>

0 commit comments

Comments
 (0)