Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 436 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 436 Bytes

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.
    project(pkgname)
    set(COMP_NAME "Example")
    <name>pkgname</name>
    <version>0.0.0</version>
    <description>TODO: Package description</description>
    <maintainer email="[email protected]">maleicacid</maintainer>
    <license>Apache-2.0</license>