-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Different network communication #3241
Comments
Hi @Poodlee Do you wish to transfer RealSense data to another computer that is at a faraway distance that is not in the same room or even the same building, please? If you do, then it is possible to send RealSense data to a web browser, but like yourself, I am not aware of a way to communicate long distance with topics published by the ROS wrapper. It is possible to transfer RealSense data over short distances between computers by transfer mechanisms such as ethernet cable or wi-fi signal. |
Hi @MartyG-RealSense Since this is my first time working with a mobile robot, I initially aimed to process all computations on an external computer. However, it hasn’t turned out to be as straightforward as I expected. Am I approaching this the wrong way? Are there common scenarios where data from mobile robots is processed by external networks? I'm not very familiar with this field, so this is the only place where I feel comfortable asking for guidance. |
It is common for mobile robots with a 'remote' computer board with a RealSense camera attached to be accessed by a main 'host' computer over a network connection. So it is not a wrong approach. As long as the camera-equipped robot is within range of an internet connection then it may be easiest to access and control the robot's computer board directly from an internet-equipped computer at another location using a Google tool called Chrome Remote Desktop, or a similar 'VNC' remote computer control tool. https://remotedesktop.google.com/ All computations would take place though on the computer board attached to the robot. |
Hi @Poodlee Do you require further assistance with this case, please? Thanks! |
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
<Describe your issue / question / feature request / etc..>
In the case of the issue I uploaed last time, I couldn't reply because the schedule was tight. For this problem, I found that pointcloud and rgb image are issued normally when I connected the realsense to the laptop through the USB hub and applied external power. By the way, is it possible to communicate the realsense topic with computers in different places? I don't know if it's appropriate to ask here, but I can't think of a way.
thank you!
The text was updated successfully, but these errors were encountered: