Skip to content

Commit

Permalink
Merge pull request #1 from OUXT-Polaris/misc/readme-gitignore
Browse files Browse the repository at this point in the history
Create README.md
  • Loading branch information
kazuki0824 authored Jul 22, 2022
2 parents ab1cf5c + 1ea654b commit f611c59
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build/
install/
log/
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# rclcpp_components_template

## How to use
1. Replace all `pkgname` in the filename with the name you want to use.
2. In CMakeLists.txt and packages.xml, modify these lines as you like.
https://github.com/OUXT-Polaris/rclcpp_components_template/blob/ab1cf5c405108a3c25f3b2f8eeaee3118a9d56a2/CMakeLists.txt#L2-L3
https://github.com/OUXT-Polaris/rclcpp_components_template/blob/ab1cf5c405108a3c25f3b2f8eeaee3118a9d56a2/package.xml#L4-L8
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>pkgname</name>
<version>0.0.0</version>
<description>TODO: Package description</description>
<maintainer email="kazukuro0824[email protected]">ouxt</maintainer>
<maintainer email="maleicacid824[email protected]">maleicacid</maintainer>
<license>Apache-2.0</license>

<buildtool_depend>ament_cmake</buildtool_depend>
Expand Down

0 comments on commit f611c59

Please sign in to comment.