Skip to content

Latest commit

 

History

History
411 lines (231 loc) · 17.5 KB

ar-sandbox.md

File metadata and controls

411 lines (231 loc) · 17.5 KB
title description keywords facebookImage twitterImage hidden section tableOfContents
AR Sandbox
Calibrate and use your new AR Sandbox
AR
Sandbox
Ubuntu
Pop!_OS
/_social/article
/_social/article
false
hardware
true

AR Sandbox Video

The Augmented Reality Sandbox was developed by Oliver Kreylos at UC Davis.

In hopes of giving this awesome software wider exposure and making it easier to consume, System76 packaged this software for Ubuntu-based OSes and wrote this tutorial.

Required Hardware

This tutorial focuses on installing and calibrating the software, but won't cover the details of the hardware setup.

For detailed information on the hardware setup, see the AR Sandbox hardware tutorial, but in brief you'll need:

  • A first generation Kinect

  • A short-throw digital projector like the BenQ MW632ST

  • A sandbox for your sand (our sandbox is 40 inches by 30 inches by 8 inches)

  • Roughly 200 pounds of white sand like Sandtastik White Sandbox Sand

  • A Linux-friendly computer with a fast NVIDIA GPU, running Pop!_OS/Ubuntu 18.04 or newer (any flavor).

In terms of System76 computers we recommend the Oryx Pro laptop or Thelio desktop with the fastest available GPU.

Install Software

  • You'll need a computer running Pop!_OS or Ubuntu 18.04 or newer.

  • Add the needed PPA and install the software by opening a terminal and running these three commands:

sudo add-apt-repository -ys ppa:system76-dev/weekend-project
sudo apt-get update
sudo apt-get install arsandbox
  • Find out what your username is by running this command in the terminal:
whoami
  • Add yourself to the vrui-grp group with this command, replacing USERNAME with the user-name returned by the whoami command above:
sudo adduser USERNAME vrui-grp
  • Reboot your computer so all of the above changes take effect.

Enable Touchpad While Typing

During the setup process there will be times when you will need to hold down a key while moving your cursor, however by default the touchpad is disabled while typing. In order for this to work correctly, you will want to go ahead and modify that setting.

To do this, please install the GNOME Tweaks tool from the Pop!_Shop or Ubuntu Software Center, or from the Terminal by running:

sudo apt install gnome-tweak-tool

After that, open the Tweaks app from the Activities overview, then navigate to 'Keyboard & Mouse' -> 'Touchpad', then disable the switch marked 'Disable While Typing'

Calibrate Kinect

  • Plug in your first-generation Kinect device, then open a terminal and run:
KinectUtil getCalib 0

This will download the intrinsic calibration parameters directly from your Kinect's firmware and then write the result to a file in /etc/Vrui-3.1/Kinect-2.8/.

Note: if you receive a "Kinect Error 13" message, you may need to power-cycle the Kinect, the computer, or both.

Align Kinect above sandbox

  • Open a terminal and run:
RawKinectViewer -compress 0
  • Maximize this window so it's easier to see your sandbox:

RawKinectViewer

The image on the left is the depth view, the right is the standard camera view:

Align Kinect

The Augmented Reality Sandbox only uses the depth view (left), but the camera view (right) is still helpful in aligning your Kinect.

  • The depth view needs to cover the entire interior of your sandbox. It's okay if it overlaps it slightly.

  • Hit Esc to close the RawKinectViewer.

Calculate base plane

  • There are two ways to calculate the base plane. If you haven't yet filled your sandbox with sand, you can calculate the base plane using a region on the floor of your sandbox.

On the other hand, if you've already filed your sandbox with sand, you can calculate the base plane by placing a piece of poster board (or a similar flat surface) on top of your sandbox, which is what we'll do in this example:

Align Kinect

  • From a terminal, launch the RawKinectViewer:
RawKinectViewer -compress 0
  • Maximize this window so it's easier to see your sandbox:

RawKinectViewer

  • Press and hold the right mouse button, move your cursor over Average Frames, then release the mouse button:

Right Click Menu

  • Press and hold the 1 key, move your cursor over Extract Planes, then release the 1 key (releasing this key will trigger this action, so clicking with the mouse is not necessary):

Extract Planes

  • You now need to draw a rectangle that fits within the interior of your flat surface (in the depth view). You want some space between your rectangle and the edges of your flat surface. Start with your cursor near the top-left corner of your flat surface. Press and hold the 1 key, drag out a rectangle toward the bottom-right corner using the right mouse button, then release the 1 key:

Kinect Area View

  • Hit Esc to close the RawKinectViewer.

  • In the terminal you'll see two lines printed. Select the portion of the 2nd line shown below, then right click and select Copy:

Space Plane

  • Edit the BoxLayout.txt file by running this command from the terminal:
gedit /etc/SARndbox-1.6/BoxLayout.txt
  • Paste the line you just copied over the first line in the BoxLayout.txt file.

You also need edit this line, replacing the "=" (equal sign) with a "," (comma).

You should end up with a first line something like this:

Gedit BoxLayout.txt

  • Save the file and close gedit.

  • NOTE: If you receive an error message regarding an "invalid taken character," please double-check to make sure the equal sign in BoxLayout.txt has been replaced with a comma as described above.

Measure 3D extents of sand surface

  • This step requires you to have filed your sandbox with sand. You want the sand surface to be as level as possible, but it doesn't need to be perfectly level.

If you placed a piece of poster board (or another flat surface) on top of your sandbox in the previous step, you'll need to remove it for this step.

  • From a terminal, again launch the RawKinectViewer:
RawKinectViewer -compress 0
  • Maximize this window so it's easier to see your sandbox:

RawKinectViewer

  • Press and hold the right mouse button, move your cursor over Average Frames, then release the mouse button:

Right Click Menu

  • Press and hold the 1 key, move your cursor over Measure 3D positions, then release the 1 key:

Measure 3D Positions

  • You'll now measure the 3D extents of the interior of the sandbox

  • Use the color-coded depth map to make sure you position your cursor over the sand surface and not over the sides of your sandbox. Position your cursor so that there's a small amount of space between the sand surface and the sides of your sandbox.

First, move your cursor to the lower-left interior corner, then press the 1 key:

Note there is no feedback from the UI when you press the 1 key.

Corner 1

  • Second, move your cursor to the lower-right interior corner, then press the 1 key:

Corner 2

  • Third, move your cursor to the upper-left interior corner, then press the 1 key:

Corner 3

  • Finally, move your cursor to the upper-right interior corner, then press the 1 key:

Corner 4

  • Hit Esc to exit RawKinectViewer.

  • In the terminal you'll see four lines printed (if you don't see this output, repeat this step, making sure to choose points within the green rectangle). You need to highlight these four lines as shown below, then right click and select Copy:

RawKinectViewer Output

  • Edit the BoxLayout.txt file by running this command from the terminal:
gedit /etc/SARndbox-1.6/BoxLayout.txt
  • Replace the bottom four lines in BoxLayout.txt with the four lines you just copied, so you end up with something like this:

Edited BoxLayout.txt

  • Save the file and close gedit.

Postition projector

  • If you haven't already, turn on your projector and plug it into your computer.

  • If you have a dedicated display in addition to the projector, you'll find it easier if you set up the two displays to be mirrored:

Mirror settings

  • Launch the XBackgroud tool from a terminal like this:
XBackground
  • You'll need to position the projector so that it fills the interior of your sandbox. It's okay if it overlaps slightly.

Aligning grid to box

After you're done positioning your projector, hit Esc to close the XBackgroud application.

Calibrate AR Sandbox

  • As with step 5, this step requires you to have filed your sandbox with sand. You want the sand surface to be as level as possible, but it doesn't need to be perfectly level.

  • To calibrate your sandbox, you'll need an alignment target and several spacers to help you perform the alignment at multiple heights:

Tools

The easiest way to build an alignment target is to create a target cross-hair on a piece of paper and tape it to the top of an old CD or DVD. The cross-hairs should be at right angles to one-another and be centered on the CD or DVD.

A few rolls of tape make great spacers. Note the rolls of tape need to have a diameter smaller than the CD or DVD you're using for the alignment target.

At each height, you'll capture 12 tie-points. For a decent calibration, you'll need to capture tie-points at at least two heights (24 total tie-points). For an optimal calibration, we recommend capturing tie-points at three different heights (36 total tie-points).

  • Launch CalibrateProjector from a terminal like this:
CalibrateProjector -s WIDTH HEIGHT

Replacing WIDTH and HEIGHT with the settings for your projector. The Kinect itself has a 4:3 aspect ratio, so a resolution like 1024x768 or 1600x1200 is best.

To match the resolution of the laptop we used in this tutorial, we set our projector to 1920x1080, but our particular BenQ projector allows us to force a 4:3 aspect ratio even when the resolution is a 16:9 aspect ratio. So in our case, we launched CalibrateProjector like this:

CalibrateProjector -s 1920 1080
  • Then maximize this window so it fills your entire sandbox:

CalibrateProjector

  • Press and hold the 1 key, move your cursor over Capture, then release the 1 key:

Tools Menu

  • Then press the 2 key when you see this dialog:

Capture

Press the 2 key to capture the background image, after which you'll briefly see a uniform red color projected onto your sandbox:

Uniform Red Color

After this is completed, you can proceed with the calibration.

  • Next, you'll capture tie-points at the lowest height. Using your shortest spacer, line-up your alignment target under the white cross-hairs projected onto the sand surface:

Lowest

Then press the 1 key to capture this tie-point. After a brief moment, the software will automatically move the projected cross-hairs to the next tie-point.

Repeat this process for the remaining 11 tie-points at this depth. Once the white projected cross-hairs are back at their original position, you're ready to switch to a taller spacer.

  • Now you'll capture tie-points at the middle height. Using a taller spacer, line-up your alignment target under the white cross-hairs projected onto the sand surface:

Middle

Then press the 1 key to capture this tie-point. After a brief moment, the software will automatically move the projected cross-hairs to the next tie-point.

Repeat this process for the remaining 11 tie-points at this depth. Once the white projected cross-hairs are back at their original position, you're ready to switch to a larger spacer.

  • Finally, you'll capture tie-points at highest height. Using your tallest spacer (or stacking two spacers on top of each other), line-up your alignment target under the white cross-hairs projected onto the sand surface:

Highest

Then press the 1 key to capture this tie-point. After a brief moment, the software will automatically move the projected cross-hairs to the next tie-point.

Repeat this process for the remaining 11 tie-points at this depth. Once the white projected cross-hairs are back at their original position, you're done with the calibration!

  • Once you've completed the calibration, hit Esc to close the CalibrateProjector application.

Hitting Esc will automatically write the calibration file in /etc/SARndbox-1.6/ProjectorMatrix.dat.

Adjust the "sea level"

  • Launch the main SARndbox application by searching for "sandbox" in GNOME Search:

Launch SARndbox

  • Then maximize the application so it fills your entire sandbox:

SARndbox

  • If in step 4 you calculated the base plane with a piece of poster board (or a similar flat surface) on top of your sandbox, your sea level will be too high, and you'll see something like this:

Sea Level too high

On the other hand, if in step 4 you calculated the base plane when your sandbox was empty, the sea level will be too low. Either way, you'll want to adjust the sea level so it's just below the surface of your sand when it's more or less flattened out.

  • Hit Esc to close the AR Sandbox application.

  • To adjust the sea level, edit the /etc/SARndbox-1.6/BoxLayout.txt by running this command from the terminal:

gedit /etc/SARndbox-1.6/BoxLayout.txt

The value highlighted below in BoxLayout.txt controls the sea-level:

BoxLayout1

  • You'll want to adjust the final value in the first line to be roughly the same as the smallest of the final value on the four lines at the end. In our example -106.927 is the smallest value:

BoxLayout2

So we'll set the sea-level to -107, like this:

BoxLayout3

  • Save the file and close gedit.

  • Re-launch the AR Sandbox application from the Ubuntu dash, maximize the window, and you'll see something like this:

Sea Level just right

You can experiment with different values for the sea-level to suite your preferences, but our recommendations here will give you a good starting point.

Note that you can adjust the sea level at any time in the future without recalibrating your sandbox.

Use the Sandbox

  • Whew! You made it through the setup and calibration! As long as you don't change the physical setup of your sandbox (in particular, the position of the Kinect, the projector, and the sandbox relative to each other), you never need to calibrate it again. Although now that you have the hang of it, you might want to go through the calibration again in order to achieve a more accurate setup.

  • If you hold your hand above the sand surface (like a cloud), you can "make it rain":

Make it rain

  • As a convenience, the System76 packaging for Ubuntu includes a launcher you can search for in the GNOME Search:

Launch SARndbox

This is a shortcut to launch SARndbox with the following arguments (which you can also do directly from a terminal):

SARndbox -uhm -fpv -evr -0.01

The -evr -0.01 bit of the above command sets the evaporation rate. Without any evaporation rate set, the sandbox will steadily fill with more and more water as you "make it rain", which eventually will cause the real-time fluid simulation to become slow.

So you typically want to set an evaporation rate, especially when deploying the Augmented Reality Sandbox in schools or museums.

  • If our recommended evaporation rate seems too fast for your tastes, try:
SARndbox -uhm -fpv -evr -0.005

If our recommended evaporation rate seems too slow for your tastes, try:

SARndbox -uhm -fpv -evr -0.02

Thanks again to Oliver Kreylos for developing such an incredible, inspiring piece of software!

Be sure to check out the Augmented Reality Sandbox website for more details.