Thumbnail

Virtual Reality Robot

by Synthiam

View your robot’s camera using any SteamVR supported virtual reality headsets (Google Cardboard, Oculus Rift, Windows Mixed Reality, HTC Vive, etc)

Requires ARC v30 (Updated 4/15/2022)

How to add the Virtual Reality Robot robot skill

  1. Load the most recent release of ARC (Get ARC).
  2. Press the Project tab from the top menu bar in ARC.
  3. Press Add Robot Skill from the button ribbon bar in ARC.
  4. Choose the Virtual Reality category tab.
  5. Press the Virtual Reality Robot icon to add the robot skill to your project.

Don't have a robot yet?

Follow the Getting Started Guide to build a robot and use the Virtual Reality Robot robot skill.


How to use the Virtual Reality Robot robot skill

Use Virtual Reality with your robot to see what the robot sees, and control servos by moving your head. This plugin supports all virtual reality headsets through Steam VR (OpenVR), Google Play, and iOS, including Google Cardboard, Oculus, Windows Mixed Reality, and HTC Vive. The plugin does two things; it allows you to see what the robot sees and control the servos with the Pitch and Yaw of the headset. This means when you move your head, the robot head can also move, mimicking your movement.

This video was a test of the plugin on a Synthiam JD Humanoid. Sadly, he had no arms during the trial, so it's funny to see. Professor E from The Robot Program controlled the robot's head and viewed the robot's camera through the VR headset. In this example, we used OpenVR in STEAM with a Samsung Odyssey headset.

In this video below, we controlled a Synthiam Six Hexapod with a joystick and a VR headset. When we move the head from left to right, the legs of the hexapod will rotate the body so we can look around. This also applied to looking up and down; the legs would tilt the body so we could look up and down. In this example, we used an Android phone with Google Cardboard Glasses.

Here is another exciting example where we combined this VR Headset plugin with 2 Wiimotes to create custom animations. Each time a button was pressed on the WiiMote, a new FRAME was created with the current position of all servos and appended to an ACTION. DJ keeps pressing the button, and the FRAMES append to the ACTION until he stops. Once he squeezes the trigger on the WiiMote, the code instructs the ACTION to be played back. And thus, all FRAMES are played back because they are part of the action.

Here is a screenshot of the plugin running on an ARC workspace with a camera.

User-inserted image

What Hardware Does It Support? Two methods connect to the plugin, which opens a wide variety of hardware.

1. SteamVR (OpenVR) On PC, the supported headsets use Steam VR (OpenVR). This means any headset supporting Steam VR will work with this plugin, given the headset is directly connected to the PC. The most popular SteamVR headsets are Oculus, HTC Vive, and Windows Mixed Reality.

2. Google Cardboard (iOS and Android) The Google Cardboard is a product and standard that turns your mobile device into a virtual reality headset. This means you can either purchase the cardboard version from Google or shop online and purchase a more robust plastic/foam padded version from amazon.

Download the Android App here: https://play.google.com/store/apps/details?id=com.ezrobot.virtualrealityrobot

User-inserted image

Allow Firewall Access

User-inserted image

When the plugin is loaded, you may receive a message to allow firewall access. Be sure to check Private and Public networks. If you do not check both, you may end up in a situation in the future where you're connected to a public network and the plugin isn't working. In this case, it's because ARC doesn't have firewall permission. Also, if you do not see this message when the plugin loads, it could be because you've already answered this in the past. In which case, you should visit the firewall rules to see if ARC has correct access.

  1. Press the Windows button and type FIREWALL to search for Windows Defender Firewall

  2. Select "Allow an app or feature through windows defender firewall."

    User-inserted image

  3. Press CHANGE SETTINGS

    User-inserted image

  4. Ensure both PRIVATE and PUBLIC are checked for ARC and press OK

    User-inserted image

Attach/Detach Camera Button

User-inserted image

This plugin requires a camera, whether on your robot or a USB device. Add the camera device to your project and connect to the camera. Once you have a successful camera operational, press the Attach to Camera button on the plugin. This will connect the plugin to the camera device, sending the video stream to the VR headset.

Start/Close VR Client Button (SteamVR only)

User-inserted image

If you have a Steam VR-compatible headset connected to your PC, this button will allow you to use that headset. This button will start the VR client, connecting to the VR Headset. The client can be launched either full screen or in a window. By default, the setting is to launch in the plugin window. This setting can be altered for your project in the configuration dialog.

Google Cardboard Users Your device needs to be on the same network as the ARC PC for those using google cardboard (iOS or Android) compatible device and headset. This is because your mobile device will connect to the ARC plugin by typing in the PC's IP address. The IP Address for your ARC PC is displayed in the plugin. Load the Virtual Reality Robot mobile app on your device and enter the IP address of the ARC PC.

User-inserted image

4K Display Issues There is an issue with 4K displays and running the local client in the robot skill window. This is a known issue with Windows & Unity with 4k displays. If you have a 4k display and press the "Start Local Client" button, you will notice two things...

  1. The client is minimal
  2. The client is offset from the display window

There are two solutions...

  1. Change your screen resolution to 1080

  2. Set the client to run in full screen, configurable in this skill's configuration window.

    User-inserted image

Virtual Reality Caution Read the warnings on your device before using a virtual reality (VR) viewer with this plugin to reduce the risk of personal injury, discomfort, or property damage. Ensure you use this plugin with adequate space to avoid hurting yourself or others by walking into something. Nausea and motion sickness may be experienced and worse for some users. Do not use this plugin for extended periods to avoid experiencing nausea.:D


ARC Pro

Upgrade to ARC Pro

Unleash your robot's full potential with the cutting-edge features and intuitive programming offered by Synthiam ARC Pro.

PRO
Synthiam
#73  

That was using directx and rendering two cameras in an oculus dk a number of years ago before steam vr. There was an oculus only plug-in that worked with the dk we had. It’s been deprecated when the oculus dk was discontinued.

at the time, they distributed an sdk to access the video and sensor data, not requiring unity or any other AAA engine.

these days you can’t talk to the headset directly without A LOT of effort. Which is why we rely on existing 3D engines like unity.

I did find some information dating back to a 2016 unity version where someone wanted to generate an object in each eye. There’s a little hope it’s possible to do today if I continue researching a bit further. It’s such a rarity that there isn’t much reliable info to go on.

I did add your request to the dev list. There’s just no eta on it until we have better ideas of a direction to take.

Unknown Country
#74  

Well thank you so much for doing that! Please let me know if you find anything that will help. I'll do some research too.

PRO
Synthiam
#76  

Good hope that it can be done - that's using the oculus sdk in unity so we'd need to look deeper into how it can be done with the unity vr engine.

Unknown Country
#77  

Currently, I'm not aware of the differences between using the oculus sdk in unity vs using the unity vr engine on oculus, so I will learn how they are different and then will do some more research.  The github page shows that it uses a lot of Classic ASP language in the code. Could that be a problem with getting it to run within ARC?

Also, thanks for your continued engagement and effort. It is a rarity that a company's CEO is so engaged and helpful with their community. You have my sincere appreciation and respect.

Unknown Country
#78  

I have done some research and I have a few questions. The VR client uses the Unity XR engine, right? I updated the build from github to the latest unity version and I was wondering if you could get the VR client to run that. Also the guthub page mentions the robot needs to be running linux ubuntu and ROS igloo to use GSCAM. Would that prevent ARC from working with the EZ v4 controller? Also, I'm not quite sure what operating system the EZ v4 controller runs, or if it even has an operating system. Could you explain?

PRO
Synthiam
#79  

thanks for the kind words.

Adapting those code examples to jerry-rig into ARC will limit the flexibility. We have a belief that anything we create must be agnostic - and not locked to a specific use-case. This is why I’m using that codebase as an example to reverse engineer rather than duplicate.

I have found some interesting code examples that demonstratest the direction I’d need to take

Unknown Country
#80  

Well it looks like I will leave it up to the experts! Thank you so much! Do you have any idea how long it may take for the skill or updated VR robot skill to be accessible? I am working on prototyping my project this month and it would be very helpful to have it availible sometime this month. Lastly, I found another project on github that you many find find useful or could provide some inspiration. I have linked it. https://github.com/jleppert/3dfpv