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

Add "nodelets" for in-process efficient communications #585

Closed
3 tasks done
jlblancoc opened this issue Aug 27, 2017 · 6 comments
Closed
3 tasks done

Add "nodelets" for in-process efficient communications #585

jlblancoc opened this issue Aug 27, 2017 · 6 comments

Comments

@jlblancoc
Copy link
Member

jlblancoc commented Aug 27, 2017

  • Add @jolting 's idea to the new module mrpt-comms.
  • Write examples.
  • Write unit tests.
@jlblancoc
Copy link
Member Author

This is finally in progress! 👍
Changed the name "node" to "topic" since, I think, it's more accurate...
And created a simple example (subscriber callback not being called yet for some reason, but not looked much to this yet).

@jolting
Copy link
Member

jolting commented Aug 1, 2018

I forgot about this one. We have c++17 on now.

@jolting
Copy link
Member

jolting commented Aug 1, 2018

I think a filter class might be cool. On construction it subscribes and on destruction it unsubscribes.
Also a method of instantiating filters based on a yaml file.

@jlblancoc
Copy link
Member Author

And we'll end up with a mini ROS2 XDD

I think a filter class might be cool.

👍 yeap!

@jolting
Copy link
Member

jolting commented Aug 1, 2018

WIthout being encumbered by interprocess communication. At least initially.

@jlblancoc
Copy link
Member Author

This one was already done time ago: 240f9d4
Closing.

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

No branches or pull requests

2 participants