Search found 1 match

by Xiaofei
Mon Mar 18, 2019 5:26 am
Forum: Boxes
Topic: VRPN sendinf data on Linux
Replies: 3
Views: 10592

VRPN sendinf data on Linux

Hi all, I want to use VRPN send data to ROS. I use the command as follows on linux. g++ vrpn-receiver.cpp -o vrpn-receiver -I ~/openvibe-2.2.0-src/dependencies/include -L ~/openvibe-2.2.0-src/dependencies/lib Here vrpn-receiver.cpp is the example code from openvibe. -I/path to include the .h file an...