Skip to content

convert to ros2 package - #31

Open
ajarteag wants to merge 14 commits into
ros2from
ros2-pkg
Open

convert to ros2 package#31
ajarteag wants to merge 14 commits into
ros2from
ros2-pkg

Conversation

@ajarteag

@ajarteag ajarteag commented Mar 9, 2026

Copy link
Copy Markdown
Member

Turn repository into ros2 package.

  • ensures package.xml and either setup.py or CMakeLists.txt is in the root directory
  • removes any dockerfiles
  • to be used in ros2 workspace (to be added as submodule in barracuda_ws)

When reviewing, ensure repository follows the above requirements as well as:

  • package.xml contains all necessary build dependencies to run any python or c++ code or use other ros packages
  • code is readable (minimal comments should explain non-obvious choices)
  • code is modular
  • there is a python launch file (.launch.py extension) to start up any necessary nodes within the launch directory
  • concise readme denoting package uses cases,
    • node names
    • topics that will be subscribed or published by each node
    • expected msg types of topics used
    • any hardware dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants