Pat Marion
Pat Marion
you can also set `Line Width` on the triad objects, which is convenient for making them more visible.
Was this causing a bug someplace? I can find several places where the view frame is accessed, but the only function I can find that accesses the z axis of...
Hmm, I haven't actually encountered this particular error before. First, you could try using pre-compiled binaries that are known to work on Ubuntu 16: https://bintray.com/patmarion/director/director/0.1.0-234-g74cea84#files But if you need to...
You'll need to install python 2.7 development libraries. If installed correctly then CMake should be able to find python automatically, I think, otherwise you might have to manually set the...
Can you upload some log snippets?
How does the bot-viewer handle the lagging bot frame? Does it use the closest available bot frame in time, and redraw continually? So the scan line is initially in the...
One idea would be to have the receiving thread block until the POSE_BODY update utime is newer than the planar lidar msg utime. This might be reasonable, but I'll have...
Another detail, by the way, which is related to planar lidar message utime, but specific to multisense, the vtkMultisenseSource does this in order to reconstruct the scan lines using an...
Cool thanks, I'll give it a go!
- the scans cannot be accessed by right clicking (e.g. to "copy point cloud") i'm interested in resolving that, it will improve the code base to support more general objects...