-
Notifications
You must be signed in to change notification settings - Fork 73
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 image subscriber? #27
Comments
Can you see the steamvr home or some game images through the HMD? If so, how about running without any image subscription? I think, this line looks fine, but any other problems occur in the rendering process... |
And I'd like to confirm you are not running this node via remote terminal. |
Thank you for your quick response and for taking the time to solve my problem. Is it necessary to set "AllowHMD" parameter for my nvidia driver? With this Option i can put a stereocamera feed on the googles. But when I start the vive_ros node it inits a openvr app which overwrites my second screen input (3D world).
Nvidia Driver 450.80.02. ================================================================
================================================================
================================================================ Extended LD_LIBRARY_PATH with qt folder included with steam
Output vive.launch (stripped)
============================================================= compiled with vulkan same problems plus following:
|
How about just launching |
In the server_vr.launch, the steam related paths are set manually. vive_ros/launch/server_vr.launch Line 7 in 0b55e8f
On the other hand, the vive.launch uses official path setting script, and I think this is more recommended way. Line 7 in 0b55e8f
find_steam_runtime.sh finds the official path setup script (because there are 2 pattern of the installation path of the script) vive_ros/scripts/find_steam_runtime.sh Lines 3 to 4 in 0b55e8f
I hope this will help you... |
Nope. Not working. Can you tell me your setup constellation?
|
I run
|
You guys rock. I will try both setups. EDIT: i can not use nvidia driver 390 because i have a rtx6000 which is not supported with this old driver :(
EDIT2: The RTX6000 makes problems with the new driver >400 . With an Titan Xp and Driver 390 it is not crashing! i am getting the small preview window with my published image topics, but it doesnt render anything inside of my HMD. Do i have to use the "AllowHMD" argument for my nvidia driver or not? it is activated now and i generate an own opencv window on the extended display (HMD) with an image for each eye. what a ghettofix |
Yes, ofcourse, and it works. I found out that this package is pretty sensitive to nvidia driver version, so I have no idea if you can run this program with RTX6000. |
@knorth55 |
Hey,
the tracking is working fine. But i want to fuse an image into the HMD. When I comment out #define USE_IMAGE, the node crashes. Does anyone know a current setup under Ubuntu 18.04 that works?
Ubuntu 18.04
VR Server (v1600466902)
SteamVR 1.14.16
ROS Melodic
Terminal output:
term_out.txt
The text was updated successfully, but these errors were encountered: