director
director copied to clipboard
A robotics interface and visualization framework, with extensive applications for working with http://drake.mit.edu
change to this can solved ~/director/distro/superbuild/cmake/externals.cmake remove URL_MD5 f21cee193e15e55cfd15ebbc16fc00a7 ExternalProject_Add( eigen URL https://gitlab.com/libeigen/eigen/-/archive/3.3.3/eigen-3.3.3.tar.gz CMAKE_CACHE_ARGS ${default_cmake_args} ${qt_args}
Is it possible to build ctkPythonConsole (required by this project) from the original version of CTK? I am currently building [CTK](https://github.com/commontk/CTK) with the following cmake flags: ``` -DCTK_LIB_Widgets=ON \ -DCTK_LIB_Scripting/Python/Core=ON...
Hello! Recently I was trying to build director for pytorch-dense-correspondence repo but came across an error when running `wget https://dl.bintray.com/patmarion/director/director-0.1.0-318-gd10dfa9-ubuntu-16.04.tar.gz` The download link is dead, could you please assist with...
When I try to import the segmentation module it gives me the following error: File "/opt/director/build/install/lib/python3.6/site-packages/director/segmentation.py", line 41, in planeSegmentationFilter = vtk.vtkPlaneSegmentation AttributeError: module 'director.vtkAll' has no attribute 'vtkPlaneSegmentation' And:...
I am trying to read some .obj files using `ioUtils.readPolyData`. For example this one: `polyData = ioUtils.readPolyData('Porsche_911_GT2.obj')` However I keep getting errors like this: ``` ERROR: In /root/VTK-7.1.1/IO/Geometry/vtkOBJReader.cxx, line 271...
I built with the default cmake options. I pointed my PYTHONPATH to $DIRECTOR_HOME/src/python (not sure if this is the recommended workflow) Running drake-visualizer gave me the following error message: ```...
I downloaded the latest Drake precompiled release and tried to run the following code: ``` from director.consoleapp import ConsoleApp app = ConsoleApp() view = app.createView() view.showMaximized() app.start() ``` but got...
Is there any python binding ?
This is a note to users of Director. We (Oxford Dynamic Robot Systems) have adapted Director to natively compile within the ROS ecosystem: https://github.com/ori-drs/director PCL, OpenCV, VTK, Qt and other...