-
Notifications
You must be signed in to change notification settings - Fork 1
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
How to use it? #1
Comments
Hi, this is a ROS package that provides a single node that connects to the URoboVision Plugin via TCP. Please check that you also pass the correct IP to that node (ref. https://github.com/sherpa-eu/unreal_vision_bridge/blob/master/src/unreal_vision_bridge.cpp#L185) |
Thank you for your prompt reply |
Sorry I tried different things. I have installed the Unreal Engine on Windows and ROS on Ubuntu. There are two different IP adresses. In the ROS Package there are also two different IPs one in the launch file and the other in the cpp file. I have tried all four options but I am not getting any pictures. Are there any game instance to change in Unreal? |
Hi, You should get the connection accepted if URoboVision is correctly set up and reachable via the network. |
Thank you so much for your great support. I get the thing done. Unfortunately, an error message came up after a few hours. I googled and found that there is a problem with the PCL header timestamp. After reinstalling the Catkin_ws the problem was solved, but it reappears after a while. Do you happen to know how to fix the problem permanently? |
Sorry, but i haven't heard of that. |
This is a huge problem, it feels like it works 100 times and suddenly this error occurs. I am desperate. Maybe it's the virtual box. I installed the Unreal Engine on Windows and ROS on Ubuntu |
Hy, I added the URoboVision plugin and the RGB camera and set the port 9090. After that I started a TCP server in ROS with the command: "roslaunch rosbridge_server rosbridge_tcp.launch" It also starts at port 9090. Still I don't get any pictures. Where do I have to insert the "unreal_vision_bridge"?
The text was updated successfully, but these errors were encountered: