Skip to content

schmidma/OptiTrack.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OptiTrack.jl

Receive NatNet messages from OptiTrack motion capture system

Quickstart Guide

using OptiTrack: OptiTrackConnection, receive, get_rigid_body_with_id

# create an UDP socket that listens for OptiTrack messages
connection = OptiTrackConnection()
# read a single message from the socket
mocap_frame = receive(connection)
# use the helper function to extract the body information for a given body id
get_rigid_body_with_id(body_id, mocap_frame)

About

Receive NatNet messages from OptiTrack motion capture system

Topics

Resources

License

Stars

Watchers

Forks

Languages