Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Composition #60

Open
wants to merge 10 commits into
base: eloquent-devel
Choose a base branch
from
Open

Conversation

suo235
Copy link

@suo235 suo235 commented Dec 7, 2024

Overview

In ROS 2, it is recommended that we write a node like a nodelet of ROS 1. Please refer to https://docs.ros.org/en/jazzy/Concepts/Intermediate/About-Composition.html .

Related issue: #59

Why is this PR important?

Users can choose the following options without modifying the source code.

  • Run a SLAM node on the thread containing other nodes
  • Run a SLAM node on another thread

Changes

  • Modified classes of Slam2DROS, PFSlam2DROS and Loc2DROS so that they can be invoked as composable nodes
  • Fixed launch files for above nodes

Future Tasks

  • Implement ROS 2 version of Graph SLAM (now testing on Raspberry Pi 5)
  • Port latest features being developed in master branch to ROS 2 branch
  • Make some code unit-testable

Close #59

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.

1 participant