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

Optional configurable relay drop-ins #279

Open
stonier opened this issue Jun 9, 2014 · 1 comment
Open

Optional configurable relay drop-ins #279

stonier opened this issue Jun 9, 2014 · 1 comment
Milestone

Comments

@stonier
Copy link
Member

stonier commented Jun 9, 2014

Can we use the data_link_toolset for this?

http://www.ros.org/news/2014/04/new-packages-datalink-toolkit-for-remote-operation-with-high-latency-and-low-bandwidth-connections.html

@stonier stonier added this to the Indigo - Wireless Handling milestone Jun 9, 2014
@stonier stonier self-assigned this Jun 9, 2014
@stonier
Copy link
Member Author

stonier commented Jun 11, 2014

Probably not exactly what we want as they just relay over a regular ros topic. However they do have great code showing how to drop in relays (they do one with a raw socket connection). This prompts some thoughts:

  • use the hubs to negotiate an acceptable port - that way we can restrict a port range and handle firewalls
  • use zeromq to form the transport instead of a raw socket or a ros connection
  • they have alot of good code doing c++ handling of special cases (images and point clouds), tap into this.

@stonier stonier removed their assignment Apr 3, 2017
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

1 participant