Skip to content

LeCAR-Lab/vicon_interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vicon_interface

Vicon ROS2 Python Driver

Install

  1. Use rosdep to install the ROS dependencies: rosdep install --from-paths ./ --ignore-src -r -y
  2. For older ROS2 versions (before Jazzy), execute sudo pip3 install transforms3d (required by tf_transformations)

Configure

Please update vicon_tracker_ip and vicon_object_name to match the Vicon PC's IP, and the name of the object.

Build

source /opt/ros/<ros_distro>/setup.bash
colcon build

Run

source install/setup.bash
ros2 launch vicon_interface vicon_interface.launch.py

Releases

No releases published

Packages

No packages published

Languages