Access to Vicon data

1. CSV Export

Read herearrow-up-right.

2. In real time using Matlab/C/C++/.Net

Read the fileVicon_DataStream_SDK_Manual.pdf available herearrow-up-right.

3. In real time using ROS

For all of the following packages use the server IP defined in our LAN setup pagearrow-up-right.

ETHZ's Autonomous Systems Lab VRPN Clientarrow-up-right

Same client used in Dynamic System Identification, and Control for a cost effective open-source VTOL MAVarrow-up-right. 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.

ETHZ's Autonomous Systems Lab Vicon Bridgearrow-up-right

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 herearrow-up-right.

Last updated