MAGICC Motion Capture Tutorial (MOCAP) Guide: MAGICC Wiki – MOCAP Tutorial
ROS Node Documentation (receives position topics): vrpn_mocap – ROS Index(jazzy)
vrpn_mocap node
Official instructions and commands: vrpn_mocap – ROS Index(jazzy)
On the top part, select the ros2 version you are using, we are using jazzy in this case

Clone the repository into your ROS 2 workspace with this command:sudo apt install ros-<rosdistro>-vrpn-mocap
Install dependencies: rosdep install --from-paths src -y --ignore-src
Build the workspace: colcon build
Source your ROS 2 environment(Or use your preferred shell setup.): source install/setup.zsh, etc.
In the menu, select “View → Assets Pane”
Select the asset you have already created.
Click the Streaming icon (bottom-right, to the left of the bell icon) and disable both NatNet and VRPN.


Launching the Default Configuration of vrpn_mocap from the Command Line
ros2 launch vrpn_mocap client.launch.yaml server:**=192.168.1.3** port:**=**3883Tools
ros2 topic list/vrpn_mocap/<asset_name>/poseros2 topic echo /vrpn_mocap/<asset_name>/poseros2 topic hz /vrpn_mocap/<asset_name>/poseAfter placing the markers on the object you want to track, select all markers visible on the screen.
