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

Make ROS2 OdometryServer composable #162

Closed
roncapat opened this issue May 18, 2023 · 4 comments · Fixed by #163
Closed

Make ROS2 OdometryServer composable #162

roncapat opened this issue May 18, 2023 · 4 comments · Fixed by #163
Assignees

Comments

@roncapat
Copy link
Contributor

roncapat commented May 18, 2023

It shall be easy to transform OdometryServer in a ROS2 component. In this way, you could provide:

  • a standalone node (as it is now)
  • a component

... at the same time.

Moreover, the component would benefit of much higher transfer rate of PointClouds messages thanks to intra-process communication.

Would you like a patch to provide this?

@nachovizzo nachovizzo self-assigned this May 19, 2023
@nachovizzo
Copy link
Collaborator

@roncapat Thanks for the suggestion. As I read this, I get to know about components in ROS 2. So, I'm literally blind to this topic. I'm more than willing to help review a merge request about this.

Would you be interested in doing so? If not, could you provide some pointers on where to start and what example to look in order to achieve this?

Thanks!

@roncapat
Copy link
Contributor Author

Of course :)

@roncapat
Copy link
Contributor Author

If you'd like to know more about composition, a paper has been released this week :)
https://arxiv.org/abs/2305.09933

@nachovizzo
Copy link
Collaborator

Just saw the post yesterday on LinkedIn. Amazing works from Steve as usual

@nachovizzo nachovizzo linked a pull request May 25, 2023 that will close this issue
nachovizzo pushed a commit that referenced this issue Jun 6, 2023
* As rclcpp Component

* Lint

* Lint

* Fixes

* ConstSharedPtr cb

* Lint
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 a pull request may close this issue.

2 participants