Search found 2 matches

by antoo
10 Jan 2015, 00:36
Forum: General questions
Topic: Mind controlled Robot
Replies: 3
Views: 3132

Re: Mind controlled Robot

Thank you very much for helping me I am kind of lost as I am not use to program that much ! #include <iostream> #include <vrpn_Button.h> #include <vrpn_Analog.h> void VRPN_CALLBACK vrpn_button_callback(void* user_data, vrpn_BUTTONCB button) { std::cout << "Button ID : " << button.button <<...
by antoo
09 Jan 2015, 15:45
Forum: General questions
Topic: Mind controlled Robot
Replies: 3
Views: 3132

Mind controlled Robot

Hi, I have an important project to finish soon, I am supposed to control a manipulator DoF 7 with open vibe, an other software able to process EEG ( electrical signals from the brain). I am supposed to write a client in C++ on Vrep in order to retreive data sent by open vibe. How should I do that ? ...