Skip to content

Program to read the .calc file from the Perception Neuron (Noitom)

License

Notifications You must be signed in to change notification settings

ibaiGorordo/Perception-Neuron-Read-Calc-File

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perception-Neuron-Read-Calc-File

Program to read the .calc file from the Perception Neuron (Noitom).

The function takes the filename string and outputs the following variables:

  • skeleton: Structure array which includes the data for each of the skeleton parts (check the Header variable to find the order of the different parts). Each skeleton part structure contains the following variables:
    • Name: Name of the skeleton part.
    • Pos: 3D position of the skeleton part.
    • Vel: 3D velocity of the skeleton part.
    • quat: 3D orientation of the skeleton part in quaternions.
    • Accel: 3D Accelerations of the skeleton part.
    • AngVel: 3D angular velocities of the skeleton part.
  • timeMat: Array containing the time information.
  • rightFootContact: Boolean array containing when the right foot was in contact with the ground.
  • leftFootContact: Boolean array containing when the right foot was in contact with the ground.

About

Program to read the .calc file from the Perception Neuron (Noitom)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages