layout | nav_order | parent |
---|---|---|
page |
4 |
SlimeVR setup |
SlimeVR creates a virtual skeleton to compute positions from the data it receives from your trackers. As part of the setup procedure, you will be required to provide measurements (in cm) for various body parts in order for SlimeVR to compute its skeleton accurately to your real body.
While these values can be inputted directly into the SlimeVR server, it is recommended you use the skeleton auto-configuration system. Once it is complete, use the measurements above to eyeball the accuracy before finalising the values. There is also an option to visually check within VR at the bottom of this page.
Skeleton auto-configuration removes the need to manually input bone lengths using automatic bone length calculations through recording player movements.
This bypasses the need to manually set the bone lengths, although they can still be fine tuned if needed.
Make sure the headset is ON and on your head while doing this.
Before using skeleton auto-configuration, you must "reset" your body proportion values by standing straight up and pressing the "Reset All" button under the "Body proportions" section. If this is not done, then the height value used in calculations will be incorrect.
VERY IMPORTANT: During the recording, you must keep your heels in the same position, otherwise the values will be invalid.
To use skeleton auto-configuration, follow these steps:
- Stand straight up and pressing the "Reset All" button under the "Body proportions" section of the SlimeVR server window.
- Locate and press the "Auto" button under the "Body proportions" section to open the skeleton auto-configuration window.
- Stand in front of a chair.
- Keep your heels on the ground in the same position for the duration of recording.
- Press the "Start Recording" on the skeleton auto-configuration window, the text on the button will change to indicate that recording has started - recording will take approximately 20 seconds.
- Move until the text on the button changes back to "Start Recording", the current best known movements for calibration are as follows:
- Twist upper body left, then lean right (toward toes).
- Twist upper body right then lean left (toward toes).
- Sit down on a chair then stand up.
- Bend down to touch toes then back up.
- Sit down and wiggle knees then stand up.
- Random wiggles and movements.
- When the button text changes to "Start Recording" again, other buttons should become enabled.
- OPTIONAL: If you want to save your recording to be used later, click the "Save Recording" button, this is currently mostly helpful for debugging purposes, to load recordings later, they must be placed in a subdirectory titled "
Load AutoBone Recordings
" within the SlimeVR server directory. - To calculate your body proportions from the recording (current or saved) press the "Auto Adjust" button; you should be able to see new values for the lengths of your body reported in cm.
- To use the calculated values, press the "Apply Values" button. If the values do not look right, you can try recording again.
If you have issues with skeleton auto-configuration:
- Make sure you kept your heels in the same position while recording, don't lift your legs or walk around
- Make sure your headset isn't lagging, freezing, or teleporting (use the desktop view in SteamVR to start recording)
- Double check that your trackers are mounted correctly and functioning properly
- Verify that you pressed the "Reset All" button for "Body proportions" to calibrate your height properly
- Make sure the height in the "Body proportions" section is accurate to your own height
If none of these help, you can ask for help in the #autobone channel in the SlimeVR Discord.
To help with debugging in the SlimeVR Discord, you can send a recording while asking for help. A recording includes a recording of all your tracker information to help re-create your setup, this will include any movements you do, but no personal identifying information. If you're okay with sharing your tracker data, you can find your recordings in the server install directory under the "AutoBone Recordings
" folder, the last recording is auto-saved as "LastABRecording.pfr
" and any manually saved recordings will be "ABRecording1.pfr
", "ABRecording2.pfr
", etc, the highest number being the most recent.
Skeleton auto-configuration works by recording movement data and simulating that movement rapidly while gradually adjusting the bone lengths. When adjusting bone lengths, the algorithm measures the amount the feet slide to know whether it's doing better or worse with each adjustment. By iterating over the data multiple times, the algorithm is able to obtain reasonable bone length values with minimal foot sliding.
The skeleton auto-configuration algorithm uses classic machine learning technique called hyperparameter optimization to acquire the bone length values. First, many samples of movement data are recorded, then using hyperparameter optimization, the algorithm gradually adjusts the bone lengths to minimize the error of foot sliding. Error is calculated through multiple different methods, but generally it is formulated to retain the headset's reported height, "average" human body proportionality, and reduce the amount that the feet slide during movement.
Almost all of the algorithm's internal values are exposed through the config file, read the following Configuration documentation section to learn more.
All configuration options should be placed in the vrconfig.yml
file and are sub-configs to autoBone
, for example:
autoBone:
numEpochs: 100
initialAdjustRate: 10.0
adjustRateMultiplier: 0.995
Config Option | Value Type | Default Value | Description |
---|---|---|---|
sampleCount |
Integer | 1000 |
The number of pose samples to record |
sampleRateMs |
Long Integer | 20 |
The millisecond interval between each sample to record |
saveRecordings |
Boolean | false |
When true, recordings will automatically be saved |
minDataDistance |
Integer | 1 |
The minimum distance between samples to be used while adjusting |
maxDataDistance |
Integer | 1 |
The maximum distance between samples to be used while adjusting |
numEpochs |
Integer | 100 |
The number of epochs (full loops) to iterate over the data |
printEveryNumEpochs |
Integer | 25 |
The number of epochs before the progress is logged |
randomizeFrameOrder |
Boolean | true |
When true, the frame order will be shuffled for each epoch |
scaleEachStep |
Boolean | true |
When true, the proportions will be scaled to the target height at the end of each epoch |
initialAdjustRate |
Float | 10.0 |
The factor to adjust the values by each iteration |
adjustRateMultiplier |
Float | 0.995 |
The factor to decay the adjust rate by each epoch (multiplied by this value) |
slideErrorFactor |
Float | 0.0 |
The factor of which the foot slide error is used in the error calculation |
offsetSlideErrorFactor |
Float | 1.0 |
The factor of which the foot offset error is used in the error calculation (captures sliding) |
footHeightOffsetErrorFactor |
Float | 0.0 |
The factor of which the foot height (y axis) offset error is used in the error calculation |
bodyProportionErrorFactor |
Float | 0.2 |
The factor of which the body proportion error is used in the error calculation (based on human averages) |
heightErrorFactor |
Float | 0.0 |
The factor of which the body height error is used in the error calculation |
positionErrorFactor |
Float | 0.0 |
The factor of which the absolute position error is used in the error calculation |
positionOffsetErrorFactor |
Float | 0.0 |
The factor of which the absolute position offset error is used in the error calculation |
calcInitError |
Boolean | false |
When true, the initial error over the data is reported as epoch 0 |
targetHeight |
Float | -1.0 |
The height to use for the height error calculation, this is calculated automatically when negative but can be overridden with this when set to a positive value in meters |
{:.no_toc}
All this configuration can be done from SteamVR dashboard or in VRChat (in front of a mirror). All measurements are in centimeters. Press +
or -
to change lengths by 1 cm. Pressing Reset will change the value to a default based on the HMDs current height.
Make sure you have proper mounting before doing this as it will influence your results: mounting page:
You can use a mirror in VRChat to see your trackers' positions. However, compare SteamVR tracker position to IRL joint's position, not your VRChat avatar's joints positions.
Alternatively, you can use the SlimeVR Overlay in SteamVR to visualize your bones.
Make sure to adjust the values from the top-down.
{:.no_toc}
Shake your head left to right as if you’re disagreeing. Adjust your head offset until any movement is negligible. All trackers should stay in place.
{:.no_toc}
Move your head up and down as if you’re nodding OR tilt your head to the left and right like a cute, confused, dog. Adjust your neck length until any movement is negligible. All trackers should stay in place.
{:.no_toc}
Modify the value until your SteamVR waist tracker lines up with your belt line (you can use your controller to line them up).
{:.no_toc}
Sit down hunched and modify values until waist tracker is closest to hip.
{:.no_toc}
Modify until trackers line up vertically with your real feet.
{:.no_toc}
Bend your knees slightly while keeping your back straight and modify the value until your feet move the least amount possible OR sit down and modify until your feet touch the floor (not floating above ground).
{:.no_toc}
Set “foot length” at 0, change “foot offset” until feet trackers are inside your avatar’s ankles or at the same level horizontally and set “foot length” back to 5.
{:.no_toc}
Default value is good. Can try to tweak to make your leg trackers line up when resetting, but do not increase in the goal of preventing leg crossing.
{:.no_toc}
Keep at 0 unless you have a particular problem with your avatar.
{:.no_toc}
Keep at 0 unless you have a particular problem with your avatar.
{:.no_toc}
Set Upper arm length to 0 and adjust the values until the elbow trackers are on your shoulders.
{:.no_toc}
Adjust so that SteamVR tracker is on your elbow.
{:.no_toc}
Rotate wrist and adjust until elbow tracker has the least amount of sliding.
{:.no_toc}
Keep at 0 unless you have arm tracking problems using lower + upper arm tracking from controller.
Next step - Setting up the reset bindings
Created by Butterscotch!#0226, Eiren and CalliePepper#0666, edited and styled by CalliePepper#0666, Erimel#7159 and Emojikage#3095. Video by adigyran#1121 with help of MightyGood#1341.
<script src="../assets/js/bp.js"></script>