-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from OUXT-Polaris/misc/readme-gitignore
Create README.md
- Loading branch information
Showing
3 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
build/ | ||
install/ | ||
log/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|