Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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="maleicacid824+dev@gmail.com">maleicacid</maintainer>
    <license>Apache-2.0</license>

About

Minimal example to get started with rclcpp_components.

Resources

Contributing

Stars

6 stars

Watchers

6 watching

Forks

Releases

Packages

Contributors

Languages