-
Notifications
You must be signed in to change notification settings - Fork 67
Description
Hi!
Here's our setup:
one computer as the master without camera and one computer with an azure.
I'm using openptrack V2.2 but since the page for the camera network calibration for the v2 is empty, i assume that the camera network calibration on the v1 wiki will work just the same.
i've done the pre calibration part and i've done this with success:
- Create calibration launch files
To create launch files needed for calibration, run the following on the master PC:
roslaunch opt_calibration calibration_initializer.launch
And run the following on every PC (including the master):
roslaunch opt_calibration listener.launch
i'm now at the 4. Perform multi-sensor calibration. part.
when i launch roslaunch opt_calibration sensor_<sensor_id>.launch
on the pc with my sensor, i get No processes to monitor
shutting down processing monitor....
i'm a missing something here?