Access to Vicon data
Last updated
Was this helpful?
Last updated
Was this helpful?
Read .
Read the fileVicon_DataStream_SDK_Manual.pdf
available .
For all of the following packages use the server IP defined in our .
Same client used in . Provides position, orientation, velocity and angular velocity. Connects to the Vicon server through the Virtual Reality Peripheral Network. Data seems to pass through a Luenberger state observer for position and linear velocity estimation and an Extended Kalman Filter for orientation and angular velocity estimation.
Use this if you want unfiltered data directly from the Vicon server. Provides position and orientation as a TF or a geometry_msgs::TransformStamped
. Can also calibrate the origin of an object.
Runs an EKF to provide position, orientation, velocity and angular velocity. Only 1 parameter has to be provided for noise (max_accel
), can track multiple objects.
We have our own fork on Github .