Skip to content

Latest commit

 

History

History
390 lines (155 loc) · 5.43 KB

DOCS.md

File metadata and controls

390 lines (155 loc) · 5.43 KB

Back to README.md

DOCUMENTATION TABLE OF CONTENTS

This is the documentation for the project OpenVR_Simple_Tracking.

INSTRUCTIONS.md

0. HOW TO USE THIS TEMPLATE

1. HOW TO INSTALL ANACONDA

2. HOW TO CREATE CONDA ENVIRONMENT

4. HOW TO INSTALL REQUIREMENTS

A. HOW TO REMOVE CONDA ENVIRONMENT

API

Documentation For \main.py

def update_plot(list_of_objects, ax):


def turn_base_stations_on():

def turn_base_stations_off():


Documentation For \toolbox\plot_data_2d.py

def update_ax(ax):

def initialize_plot():

def wait_for_button_press():

def update_plot(list_of_objects, ax):

def draw(fig):


Documentation For \toolbox\plot_data_3d.py

def update_ax(ax):

def initialize_plot():

def wait_for_button_press():

def update_plot(list_of_objects, ax):

def draw(fig):


def get_position_rotation_from_hmd_pose(hmd_pose):

def get_all_poses():

def get_base_station_pose(base_station_index):

def get_headset_pose():

def get_left_controller_pose():

def get_right_controller_pose():

def get_tracker_pose(index:int):