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

How to use it? #1

Open
DominikAUT opened this issue Feb 28, 2020 · 7 comments
Open

How to use it? #1

DominikAUT opened this issue Feb 28, 2020 · 7 comments

Comments

@DominikAUT
Copy link

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"?

@Sanic
Copy link
Collaborator

Sanic commented Feb 28, 2020

Hi,

this is a ROS package that provides a single node that connects to the URoboVision Plugin via TCP.
It's not using rosbridge for that purpose.
Start UE4 and then start this ROS node.

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)

@DominikAUT
Copy link
Author

Thank you for your prompt reply

@DominikAUT
Copy link
Author

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?
Thanks for support

@Sanic
Copy link
Collaborator

Sanic commented Mar 2, 2020

Hi,
please check if you have the bind to any IP setting in URoboVision and activate that.
After that, try to use telnet on the client machine that wants to connect URoboVision.
Example:
telnet your.ip.address.here 10000

You should get the connection accepted if URoboVision is correctly set up and reachable via the network.

@DominikAUT
Copy link
Author

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?

Error_Vision_Bridge

@Sanic
Copy link
Collaborator

Sanic commented Mar 3, 2020

Sorry, but i haven't heard of that.

@DominikAUT
Copy link
Author

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

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

No branches or pull requests

2 participants