Skip to content

RobotLabLTH/skiros2_template_lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkiROS2 template library

Template of a custom package for skiros2.

Configure steps

The renaming process below uses a common Perl tool to rename files. It can be installed with

sudo apt install rename
  • Replace word "template" with your package name:
cd skiros2_template_lib
# Rename inside files
git grep -l 'template' | xargs sed -i 's/template/my_package_name/g'
# Rename files
find . -depth -execdir rename 's/template/my_package_name/' '{}' \;
  • Replace word "xyz" with your robot name:
git grep -l 'xyz' | xargs sed -i 's/xyz/my_robot/g'
find . -depth -execdir rename 's/xyz/my_robot_name/' '{}' \;
  • Build your workspace
  • Source your workspace
  • Launch main.launch
roslaunch skiros2_<my_package_name>_lib main.launch

About

A template of a plug-in set for skiros2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •