Arlen Cole

Results 5 comments of Arlen Cole

The reason seems to be within `Frame.cc`... When using a stereo fisheye camera, the vector `mvDepth` and `mvuRight` are declared as follows: ```c++ mvDepth = vector(Nleft,-1.0f); mvuRight = vector(Nleft,-1); ```...

> We need to communicate to aubo i5 robot with our own trajectory algorithm By using ros_control. The driver of https://github.com/liuxinwust/aubo_robot is out of date for our robot system version....

If you import multiple packages in your .py script, you may try import mayavi at the first place. For me, when I change from: ``` import os import numpy as...