Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 480 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 480 Bytes

ros2_package_template

My ROS2 package template

Prerequisite

brew install fd sd rename

Usage

cd YOUR_ROS_WORKSPACE
git clone git@github.com:kenji-miyake/ros2_package_template.git YOUR_PACKAGE_NAME
cd YOUR_PACKAGE_NAME

# case1. If you'd like to cleanup manually
./setup.fish
mv PACKAGE_README.md README.md
rm setup.fish
rm -rf .git # When you add this to an existing repository

# case2. If you'd like to cleanup automatically
./setup.fish --clean