Skip to content

LCAS/ros2_pkg_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS2 Package Template

This repository is a template for creating ROS2 packages with a CI workflow and devcontainer configuration.

Getting Started

  1. Use this repository as a template (top-right corner → Use this template) and specify your owner and package name.
  2. Open the cloned repository in VSCode — it will prompt you to Reopen in Container.
  3. The devcontainer will install all workspace dependencies and build the workspace automatically.

Development

  • Add ROS2 packages to the src/ folder using ros2 pkg create ...
  • The devcontainer runs as root using ros:humble as the base image
  • Dependencies listed in package.xml files are installed automatically via rosdep

References

About

A template repository designed for creating ROS2 packages, complete with essential CI workflow and devcontainer configuration.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors