Skip to content

ROS and LCM drivers for OptiTrack's Motive 2 software. Optimized for tracking aerial drones. Runs on Ubuntu Linux.

License

Notifications You must be signed in to change notification settings

mit-aera/OptiTrack-Motive-2-Client

Repository files navigation

ROS OptiTrack Client for Motive 2

Installation

# Prerequisites
sudo apt install libeigen3-dev

# Install in ROS workspace. Assumes that 'wstool init' has been run in workspace
cd ~/catkin_ws/src

curl https://raw.githubusercontent.com/AgileDrones/OptiTrack-Motive-2-Client/master/.rosinstall >> .rosinstall
wstool update

cd ../
catkin_make

Running Client Node

rosrun optitrack_motive_2_client optitrack_motive_2_client_node --server 192.168.1.12 --local 192.168.1.123

Debugging Client Node

# From root of workspace
catkin_make -DCMAKE_BUILD_TYPE=Debug

gdb --args `catkin_find optitrack_motive_2_client optitrack_motive_2_client_node` --server 192.168.1.12 --local 192.168.1.123
# Common gdb commands
> run
> bt
> quit

About

ROS and LCM drivers for OptiTrack's Motive 2 software. Optimized for tracking aerial drones. Runs on Ubuntu Linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •